diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-08 15:43:36 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-08 15:43:36 +0000 |
| commit | 8961398416fec3a708e98780a6070a7df4a56bdc (patch) | |
| tree | f3471cf1ee75d519ac5a4d75c8572a6841387399 | |
| parent | 982be68f85770dc5dde95b28edc377dd562f7b7a (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index bc7d8113ede6c..b14d8ce5d55fb 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.26 1999/04/04 16:36:31 obrien Exp $ +# $Id: Makefile.inc,v 1.27 1999/04/04 17:11:00 obrien Exp $ # # Sometimes this is .include'd several times... @@ -12,22 +12,7 @@ BISON?= bison MD_FILE= ${GCCDIR}/config/${MACHINE_ARCH}/${MACHINE_ARCH}.md OUT_FILE= ${MACHINE_ARCH}.c OUT_OBJ= ${MACHINE_ARCH} - -.if ${MACHINE_ARCH} != "i386" -BINFORMAT= elf -.else -BINFORMAT?= elf -.endif - -# same backend, just change compiled-in default. -.if ${BINFORMAT} == aout -CFLAGS+= -DFREEBSD_AOUT -target= ${MACHINE_ARCH}-unknown-freebsd-aout -.endif -.if ${BINFORMAT} == elf -CFLAGS+= -DFREEBSD_ELF target= ${MACHINE_ARCH}-unknown-freebsd -.endif # These architectures are Cygnus's default for enabling Haifa .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc") |
