summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-04 19:36:33 +0000
committerobrien <obrien@FreeBSD.org>2002-04-04 19:36:33 +0000
commitd7029930bd025d998bffef81a595463d1b9c6388 (patch)
tree561440c78af4164d11cb1bb50d7c51d07385c676 /gnu
parente9552ebd900d7f294529119648017bd3cd045f5c (diff)
downloadFreeBSD-src-d7029930bd025d998bffef81a595463d1b9c6388.zip
FreeBSD-src-d7029930bd025d998bffef81a595463d1b9c6388.tar.gz
Minor reorg.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index e8e6306..51e4a49 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -4,7 +4,6 @@
source tree so it can be configured appropriately without using
the GNU configure/build mechanism. */
-#undef FREEBSD_NATIVE
#define FREEBSD_NATIVE 1
#undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */
@@ -29,17 +28,17 @@
libraries: MD_EXEC_PREFIX:MD_STARTFILE_PREFIX:STANDARD_STARTFILE_PREFIX
*/
#undef TOOLDIR_BASE_PREFIX /* Old?? This is not documented. */
-#undef MD_EXEC_PREFIX /* We don't want one. */
#define STANDARD_EXEC_PREFIX PREFIX"/libexec/"
+#undef MD_EXEC_PREFIX /* We don't want one. */
/* Under FreeBSD, the normal location of the various *crt*.o files is the
/usr/lib directory. */
-#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
#define STANDARD_STARTFILE_PREFIX PREFIX"/lib/"
#ifdef CROSS_COMPILE
#define CROSS_STARTFILE_PREFIX PREFIX"/lib/"
#endif
+#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
/* For the native system compiler, we actually build libgcc in a profiled
version. So we should use it with -pg. */
OpenPOWER on IntegriCloud