summaryrefslogtreecommitdiff
path: root/lang/gcc48/Makefile
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-10 14:31:10 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-10 14:31:10 +0000
commit683d7f102481041576de46171cae2d51950c84b4 (patch)
tree8895f25dfc6dbafe3740f5d118343ca3cdf8aab4 /lang/gcc48/Makefile
parentUpgrade to PHP-3.0.9. (diff)
Fix for alpha.
- sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge
Notes
Notes: svn path=/head/; revision=19406
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r--lang/gcc48/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index 33fc0c5253ef..9ffb90147064 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/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}