summaryrefslogtreecommitdiff
path: root/lang/gcc41
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc41')
-rw-r--r--lang/gcc41/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile
index 39bd266c5987..aebd9611b1eb 100644
--- a/lang/gcc41/Makefile
+++ b/lang/gcc41/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