summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2002-01-24 11:36:10 +0000
committerkent <kent@pkgsrc.org>2002-01-24 11:36:10 +0000
commit6bb80eb5d607fc2e9fc14db9f26ca5413aa6957e (patch)
tree7e950332935241d37911875f146af0b6f9aea311 /cross
parentac3426ee914f1163b2d557781148d88028587bd6 (diff)
downloadpkgsrc-6bb80eb5d607fc2e9fc14db9f26ca5413aa6957e.tar.gz
Disable NLS.
Diffstat (limited to 'cross')
-rw-r--r--cross/i386-mingw32/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile
index 0762e3c20c1..bca5e3b4734 100644
--- a/cross/i386-mingw32/Makefile
+++ b/cross/i386-mingw32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/01/24 04:56:30 kent Exp $
+# $NetBSD: Makefile,v 1.5 2002/01/24 11:36:10 kent Exp $
DISTNAME= cross-${TARGET_ARCH}-1.2
PKGREVISION= 2
@@ -62,16 +62,16 @@ DISTFILES+= ${CROSS_DISTFILES}
do-configure: bu-configure gcc-configure
bu-configure:
cd ${BINUTILS_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure \
- --prefix=${PREFIX} --target=${TARGET_ARCH}
+ --prefix=${PREFIX} --target=${TARGET_ARCH} --disable-nls
gcc-configure:
-${MKDIR} ${GCC_WRKSRC}/${TARGET_ARCH}
cd ${GCC_WRKSRC}/${TARGET_ARCH} && ${SETENV} ${CONFIUGRE_ENV} ../configure \
--prefix=${PREFIX} --target=${TARGET_ARCH} \
- --with-gnu-as --with-gnu-ld --disable-multilib
+ --with-gnu-as --with-gnu-ld --disable-multilib --disable-nls
-${MKDIR} ${GCC_WRKSRC}/${TARGET_ARCH}/${TARGET_ARCH}/libiberty
cd ${GCC_WRKSRC}/${TARGET_ARCH}/${TARGET_ARCH}/libiberty && ${SETENV} \
${CONFIGURE_ENV} ../../../libiberty/configure \
- --prefix=${PREFIX} --target=${TARGET_ARCH}
+ --prefix=${PREFIX} --target=${TARGET_ARCH} --disable-nls
${CP} ${FILESDIR}/config.h ${GCC_WRKSRC}/${TARGET_ARCH}/${TARGET_ARCH}/libiberty