summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-03-25 14:43:00 +0000
committercjep <cjep@pkgsrc.org>2002-03-25 14:43:00 +0000
commit9b43b2d9dc6a24846c77deb13d5cc33f51d47946 (patch)
tree3357df9fc1141acc0b07fbd519700b4150150ce9 /lang
parent6392ce05c09988600b1f14e01d058497f8f4f733 (diff)
downloadpkgsrc-9b43b2d9dc6a24846c77deb13d5cc33f51d47946.tar.gz
Build for arm32 as well (after discussion with abs).
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index 3bb7cfe9f0e..6a21dcbf0af 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2002/03/14 20:44:21 tron Exp $
+# $NetBSD: Makefile,v 1.38 2002/03/25 14:43:00 cjep Exp $
# Make sure that the version number in "Makefile.gcc" matches this.
DISTNAME= gcc-2.95.3
@@ -13,7 +13,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
# The platforms listed below are the only tested platforms so far.
# If you get gcc working on other platforms, then please add them.
-ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-*
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 SunOS-*-*
USE_GMAKE= YES
HAS_CONFIGURE= YES