diff options
| -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. */ |
