From: Chris Larson Date: Tue, 16 Nov 2004 06:27:57 +0000 (+0000) Subject: Cleanup - kill the unneeded --disable-nls in a few gcc .oe's. X-Git-Tag: Release-2010-05/1~16210 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a7a272de0c5ec55454922509027e11be48ff4c;p=openembedded.git Cleanup - kill the unneeded --disable-nls in a few gcc .oe's. BKrev: 41999dedRLGrG9JAEGfUqeUbLg6H0w --- diff --git a/gcc/gcc-cross-initial_3.3.3.oe b/gcc/gcc-cross-initial_3.3.3.oe index 1acadc283a..f52bbc9dd1 100644 --- a/gcc/gcc-cross-initial_3.3.3.oe +++ b/gcc/gcc-cross-initial_3.3.3.oe @@ -8,7 +8,6 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" # This is intended to be a -very- basic config EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-newlib \ - --disable-nls \ --disable-shared \ --disable-threads \ --disable-multilib \ diff --git a/gcc/gcc-cross-initial_3.3.4.oe b/gcc/gcc-cross-initial_3.3.4.oe index 1acadc283a..f52bbc9dd1 100644 --- a/gcc/gcc-cross-initial_3.3.4.oe +++ b/gcc/gcc-cross-initial_3.3.4.oe @@ -8,7 +8,6 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc-initial" # This is intended to be a -very- basic config EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-newlib \ - --disable-nls \ --disable-shared \ --disable-threads \ --disable-multilib \ diff --git a/gcc/gcc-cross-initial_3.4.1.oe b/gcc/gcc-cross-initial_3.4.1.oe index e30a39a840..4faee47e4d 100644 --- a/gcc/gcc-cross-initial_3.4.1.oe +++ b/gcc/gcc-cross-initial_3.4.1.oe @@ -10,7 +10,6 @@ PACKAGES = "" # This is intended to be a -very- basic config EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-newlib \ - --disable-nls \ --disable-shared \ --disable-threads \ --disable-multilib \ diff --git a/gcc/gcc-cross-initial_3.4.2.oe b/gcc/gcc-cross-initial_3.4.2.oe index e30a39a840..4faee47e4d 100644 --- a/gcc/gcc-cross-initial_3.4.2.oe +++ b/gcc/gcc-cross-initial_3.4.2.oe @@ -10,7 +10,6 @@ PACKAGES = "" # This is intended to be a -very- basic config EXTRA_OECONF = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-newlib \ - --disable-nls \ --disable-shared \ --disable-threads \ --disable-multilib \