summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-02 01:13:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-02 01:13:41 +0000
commit10c6637b781af9e78bf90c93b77f2567f0466f3a (patch)
tree5d31992441dd1d099fc21dd80606bd0f65feac2a /gnu/usr.bin
parent55ccbe215d5dc3842c73275ab9b9e4172c1a30c6 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index a1ea82b03044..da0b127eed2d 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. */
@@ -32,20 +31,15 @@
It is not harmful, but is just plain wrong. So we define a
"STANDARD_EXEC_PREFIX" to not be misleading. */
-#undef STANDARD_EXEC_PREFIX
-#undef TOOLDIR_BASE_PREFIX /* Old?? This is not documented. */
-#undef MD_EXEC_PREFIX
-
+#undef TOOLDIR_BASE_PREFIX /* Old?? This is not documented. */
#define STANDARD_EXEC_PREFIX PREFIX"/libexec/"
#define MD_EXEC_PREFIX PREFIX"/libexec/"
/* Under FreeBSD, the normal location of the various *crt*.o files is the
/usr/lib directory. */
-#undef STANDARD_STARTFILE_PREFIX
-#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
-
#define STANDARD_STARTFILE_PREFIX PREFIX"/lib/"
+#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. */