aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc-ooo/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-04-24 10:37:23 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-04-24 10:37:23 +0000
commite5cd9dacdfae42cad746d33895c6ef8b62db17a5 (patch)
tree7d2daa629834d54f882847c28a9d0b83316ae9c0 /lang/gcc-ooo/Makefile
parent63728fc86908cd7b17df0eccf5b5fde4b0e0a7bc (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/Makefile4
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}