diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-04-24 10:37:23 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-04-24 10:37:23 +0000 |
commit | e5cd9dacdfae42cad746d33895c6ef8b62db17a5 (patch) | |
tree | 7d2daa629834d54f882847c28a9d0b83316ae9c0 /lang/gcc-ooo/Makefile | |
parent | 63728fc86908cd7b17df0eccf5b5fde4b0e0a7bc (diff) |
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
Notes
Notes:
svn path=/head/; revision=79579
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 ab6e961bb930..c1bfd63a760d 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} |