aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc42/Makefile
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-06-10 22:31:10 +0800
committersimokawa <simokawa@FreeBSD.org>1999-06-10 22:31:10 +0800
commitd5ee3e3b238e038dc4f88259010dc3a66ba68437 (patch)
tree0f0b5046b588aa48859aa51dfdbff7ed4616d262 /lang/gcc42/Makefile
parentc709c23e87f0200dc1db4add1a3e790f980d8697 (diff)
downloadfreebsd-ports-gnome-d5ee3e3b238e038dc4f88259010dc3a66ba68437.tar.gz
freebsd-ports-gnome-d5ee3e3b238e038dc4f88259010dc3a66ba68437.tar.zst
freebsd-ports-gnome-d5ee3e3b238e038dc4f88259010dc3a66ba68437.zip
Fix for alpha.
- sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge
Diffstat (limited to 'lang/gcc42/Makefile')
-rw-r--r--lang/gcc42/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile
index 33fc0c5253ef..9ffb90147064 100644
--- a/lang/gcc42/Makefile
+++ b/lang/gcc42/Makefile
@@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.60 1999/05/26 10:26:19 obrien Exp $
+# $Id: Makefile,v 1.61 1999/06/05 22:30:28 mharo Exp $
#
SNAPDATE= 1999-05-24
@@ -36,7 +36,9 @@ EGCS_REV= gcc-2.95
LIBSTDCPP_REV= 4
.if ${PORTOBJFORMAT} == "elf"
+.if ${MACHINE_ARCH} == "i386"
PLIST= ${WRKDIR}/PLIST
+.endif
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsdaout${OSREL}