diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 08:41:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 08:41:46 +0000 |
| commit | 7b4716843d5d7ba8ab4ecc096f306027875c2212 (patch) | |
| tree | d3b39c8d8ccceac063abb680f08af5e9c3c5d8ff | |
| parent | dd7731cf37ebfa826c18891cf860e2969451cc62 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index bd9a2effe9a5..729fbb807641 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -32,7 +32,7 @@ */ #undef TOOLDIR_BASE_PREFIX /* Old?? This is not documented. */ #define STANDARD_EXEC_PREFIX PREFIX"/libexec/" -#undef MD_EXEC_PREFIX /* We don't want one. */ +#define MD_EXEC_PREFIX PREFIX"/libexec/" /* Under FreeBSD, the normal location of the various *crt*.o files is the /usr/lib directory. */ |
