aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-20 03:57:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-20 03:57:21 +0000
commit11dc790e85fe79ae87e1db9b7c1f91c5b8263370 (patch)
treea6d9892ec2026cbac16fe3ed1435122b43cfdfc4 /gnu
parent8f625d4e6c1374d99c7f2daa8849509ae9693796 (diff)
downloadsrc-11dc790e85fe79ae87e1db9b7c1f91c5b8263370.tar.gz
src-11dc790e85fe79ae87e1db9b7c1f91c5b8263370.zip
Clean up the style a little bit.
Notes
Notes: svn path=/head/; revision=90952
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h11
1 files changed, 3 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 54fd6ec6ae82..85a66c249c5e 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -8,7 +8,6 @@
#define FREEBSD_NATIVE 1
#undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */
-#undef GCC_INCLUDE_DIR /* We don't need one for now. */
#undef TOOL_INCLUDE_DIR /* We don't need one for now. */
#undef LOCAL_INCLUDE_DIR /* We don't wish to support one. */
@@ -27,18 +26,14 @@
programs: /usr/libexec/<OBJFORMAT>/:STANDARD_EXEC_PREFIX:MD_EXEC_PREFIX
libraries: MD_EXEC_PREFIX:MD_STARTFILE_PREFIX:STANDARD_STARTFILE_PREFIX
*/
-#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. */
+#undef MD_EXEC_PREFIX /* We don't want one. */
#define STANDARD_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. */
-
+#undef MD_STARTFILE_PREFIX /* We don't need one for now. */
#define STANDARD_STARTFILE_PREFIX PREFIX"/lib/"
/* FreeBSD is 4.4BSD derived */