diff options
Diffstat (limited to 'lang/gcc30/Makefile')
-rw-r--r-- | lang/gcc30/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gcc30/Makefile b/lang/gcc30/Makefile index 39bd266c5987..aebd9611b1eb 100644 --- a/lang/gcc30/Makefile +++ b/lang/gcc30/Makefile @@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org EGCS_REV= egcs-2.92.07 LIBSTDCPP_REV= 2.9.0 PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST} -GNUHOST= i386-unknown-freebsd GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \ @@ -68,3 +67,9 @@ post-install: .endfor .include <bsd.port.mk> + +.if (${PORTOBJFORMAT} == "elf") +GNUHOST= i386-unknown-freebsdelf +.else +GNUHOST= i386-unknown-freebsd +.endif |