aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2018-06-27 18:11:47 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2018-06-27 18:11:47 +0000
commit7cdb6a830526fb77fc1270c34145d512e3269812 (patch)
treef81cb05ba248c1aeba7df680941cac2eed35d99b /gnu
parent06d4e451d4de283a0eec9b5ee8c1e4283546e36e (diff)
downloadsrc-7cdb6a830526fb77fc1270c34145d512e3269812.tar.gz
src-7cdb6a830526fb77fc1270c34145d512e3269812.zip
Don't hardcode the TOOLS_PREFIX for the startfiles directories.
GCC 4.2 prefixes these directories with --sysroot meaning that during buildworld they have a double sysroot. Reviewed by: bdrewery Sponsored by: DARPA / AFRL Differential Revision: https://reviews.freebsd.org/D14780
Notes
Notes: svn path=/head/; revision=335716
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index 01c7a49ee020..fce911f94649 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -43,8 +43,8 @@
/usr/lib directory. */
#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
-#define STANDARD_STARTFILE_PREFIX PREFIX"/lib/"
-#define STARTFILE_PREFIX_SPEC PREFIX"/lib/"
+#define STANDARD_STARTFILE_PREFIX "/usr/lib/"
+#define STARTFILE_PREFIX_SPEC "/usr/lib/"
#if 0
#define LIBGCC_SPEC "%{shared: -lgcc_pic} \