From: Chris Larson Date: Wed, 17 Nov 2004 02:54:42 +0000 (+0000) Subject: Use the gettext oeclass in the gcc-snapshot and gcc-csl builds. X-Git-Tag: Release-2010-05/1~16187 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2231a21bead69f5c5b2e8b9cec0aad59717f1c34;p=openembedded.git Use the gettext oeclass in the gcc-snapshot and gcc-csl builds. BKrev: 419abd72IrSALLwwgLkiw33AK-VXpg --- diff --git a/gcc-csl/gcc-csl-cross-initial_2004-q1a.oe b/gcc-csl/gcc-csl-cross-initial_2004-q1a.oe index 80695bcd64..28d4ef88d8 100644 --- a/gcc-csl/gcc-csl-cross-initial_2004-q1a.oe +++ b/gcc-csl/gcc-csl-cross-initial_2004-q1a.oe @@ -9,7 +9,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-snapshot/gcc-snapshot-cross-initial_cvs.oe b/gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe index 1bcbdeca2e..e80853fd5a 100644 --- a/gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe +++ b/gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe @@ -9,7 +9,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 \