diff options
author | gerald <gerald@FreeBSD.org> | 2003-04-24 10:37:23 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2003-04-24 10:37:23 +0000 |
commit | 51102304cd9d9c271c9ecb77c0f2b245abaa7a90 (patch) | |
tree | d8d2c30225b5f486a532aa0df986624f814a546f /lang/gcc-ooo/Makefile | |
parent | b5fece68d9aaa114d81e031c6de47395ec8c01c9 (diff) | |
download | FreeBSD-ports-51102304cd9d9c271c9ecb77c0f2b245abaa7a90.zip FreeBSD-ports-51102304cd9d9c271c9ecb77c0f2b245abaa7a90.tar.gz |
Fifty-one months after ELF flag day, and after the system compiler became
ELF-only as well, remove support for aout from the next generation of GCC.
Suggested by: Loren James Rittle <rittle@labs.mot.com>
Discussed with: obrien
Diffstat (limited to 'lang/gcc-ooo/Makefile')
-rw-r--r-- | lang/gcc-ooo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index ab6e961..c1bfd63 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -40,11 +40,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> -.if ${PORTOBJFORMAT} == "aout" -CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL} -.else CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} -.endif GCC_REV= ${PORTVERSION:C/\.0$//} #SRCDIR= ${WRKDIR}/gcc-${GCC_REV} |