summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-16 13:22:35 +0000
committerpeter <peter@FreeBSD.org>1999-01-16 13:22:35 +0000
commita8b74b8641ab2f4ad222afcc7ac3a969f935072f (patch)
treedf621535e3707f06903458a1fa4c79fe9f43a3f2 /gnu
parentdf5f3a632f9f7af762a21f39229abe576045c046 (diff)
downloadFreeBSD-src-a8b74b8641ab2f4ad222afcc7ac3a969f935072f.zip
FreeBSD-src-a8b74b8641ab2f4ad222afcc7ac3a969f935072f.tar.gz
Remove BINFORMAT/a.out/elf default hackery, it's elf by default internally
and doesn't need to use this.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc18
1 files changed, 1 insertions, 17 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 2deaf70..105c183 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.23 1998/03/08 05:29:43 peter Exp $
+# $Id: Makefile.inc,v 1.24 1998/10/26 18:27:32 imp Exp $
#
# Sometimes this is .include'd several times...
@@ -15,22 +15,6 @@ OUT_FILE= ${MACHINE_ARCH}.c
OUT_OBJ= ${MACHINE_ARCH}
.PATH: ${GCCDIR}/config/${MACHINE_ARCH}
-.if ${MACHINE_ARCH} != "i386"
-BINFORMAT= elf
-.else
-# Pick aout for now. the elf config is not binary compatable.
-BINFORMAT?= aout
-#BINFORMAT?= elf
-.endif
-
-# same backend, just change compiled-in default.
-.if ${BINFORMAT} == aout
-CFLAGS+= -DFREEBSD_AOUT
-.endif
-.if ${BINFORMAT} == elf
-CFLAGS+= -DFREEBSD_ELF
-.endif
-
target= ${MACHINE_ARCH}-unknown-freebsd
version!= sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${GCCDIR}/version.c
OpenPOWER on IntegriCloud