diff options
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index ab6e961bb930..c1bfd63a760d 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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} |