Removed unconditional definitions of __ELF__. They were redundant for

elf and wrong for i386-aout.
This commit is contained in:
Bruce Evans 1999-04-08 13:57:13 +00:00
parent e5a49961b1
commit b3827ce345
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45474

View File

@ -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.