summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2003-09-04 07:16:15 +0000
committerkent <kent@pkgsrc.org>2003-09-04 07:16:15 +0000
commit77a7719c8d241a2ca9aec9e3ffc5eab72d227ba4 (patch)
tree2e08eb76b189a631c1db98a1cacb4bb463c853dd /cross
parentbef0ac1b699fad8633afc5351efd3411ed337f7e (diff)
downloadpkgsrc-77a7719c8d241a2ca9aec9e3ffc5eab72d227ba4.tar.gz
Avoid a build problem on -current.
PR: pkg/22670
Diffstat (limited to 'cross')
-rw-r--r--cross/i386-netbsdpe/files/cross.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-netbsdpe/files/cross.mk b/cross/i386-netbsdpe/files/cross.mk
index 42371ec81c8..cfae259d507 100644
--- a/cross/i386-netbsdpe/files/cross.mk
+++ b/cross/i386-netbsdpe/files/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.13 2003/04/27 13:50:09 kent Exp $
+# $NetBSD: cross.mk,v 1.14 2003/09/04 07:16:15 kent Exp $
# based on pkgsrc/cross/COMMON/cross.mk
# NetBSD: cross.mk,v 1.16 2000/11/09 13:04:55 wiz Exp
@@ -137,7 +137,7 @@ gcc-build:
${LN} -s ${AS_FOR_TARGET} ${WRKOBJ}/gcc/as
${LN} -s ${LD_FOR_TARGET} ${WRKOBJ}/gcc/ld
@cd ${WRKOBJ} && make all-libiberty all-binutils all-gas all-ld
- @cd ${WRKOBJ}/gcc && ${GCC_MAKE} all
+ @cd ${WRKOBJ}/gcc && ${GCC_MAKE} native gcc-cross specs stmp-headers stmp-fixproto libgcc.a libgcc1-test lang.all.cross # all.cross except doc
.if defined(GCC_CXX) && defined(GCC_CXX_RUNTIME)
@cd ${WRKOBJ} && ${GCC_MAKE} configure-target-libio \
configure-target-libstdc++ all-target-libio all-target-libstdc++