summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-08 13:57:13 +0000
committerbde <bde@FreeBSD.org>1999-04-08 13:57:13 +0000
commitfa2c69b869fcda65147c4bbebe568ec8f37d8f3a (patch)
tree4351be52e8557ba22c150d009b4ffeaa0534379f /contrib/gcc/config
parent12f0f111e6d49e76efb1134d939bcd95646f4be2 (diff)
downloadFreeBSD-src-fa2c69b869fcda65147c4bbebe568ec8f37d8f3a.zip
FreeBSD-src-fa2c69b869fcda65147c4bbebe568ec8f37d8f3a.tar.gz
Removed unconditional definitions of __ELF__. They were redundant for
elf and wrong for i386-aout.
Diffstat (limited to 'contrib/gcc/config')
-rw-r--r--contrib/gcc/config/freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index 89b8b18..9d07d5a 100644
--- a/contrib/gcc/config/freebsd.h
+++ b/contrib/gcc/config/freebsd.h
@@ -63,7 +63,7 @@ Boston, MA 02111-1307, USA. */
/* Place spaces around this string. We depend on string splicing to produce
the final CPP_PREDEFINES value. */
-#define CPP_FBSD_PREDEFINES " -Dunix -D__ELF__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD) "
+#define CPP_FBSD_PREDEFINES " -Dunix -D__FreeBSD__=4 -D__FreeBSD_cc_version=400002 -Asystem(unix) -Asystem(FreeBSD) "
/* Provide a LIB_SPEC appropriate for FreeBSD. Just select the appropriate
libc, depending on whether we're doing profiling.
OpenPOWER on IntegriCloud