diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-06-10 14:31:10 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-06-10 14:31:10 +0000 |
commit | 683d7f102481041576de46171cae2d51950c84b4 (patch) | |
tree | 8895f25dfc6dbafe3740f5d118343ca3cdf8aab4 /lang/gcc33/Makefile | |
parent | Upgrade 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/gcc33/Makefile')
-rw-r--r-- | lang/gcc33/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 33fc0c5253ef..9ffb90147064 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/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} |