diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:54:42 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:54:42 +0000 |
commit | 2231a21bead69f5c5b2e8b9cec0aad59717f1c34 (patch) | |
tree | 7168f308b1f8affd587a51f6fc28a89ac95efbe0 | |
parent | ec713bb98882c372439e2d97a58be0657545eea1 (diff) |
Use the gettext oeclass in the gcc-snapshot and gcc-csl builds.
BKrev: 419abd72IrSALLwwgLkiw33AK-VXpg
-rw-r--r-- | gcc-csl/gcc-csl-cross-initial_2004-q1a.oe | 1 | ||||
-rw-r--r-- | gcc-snapshot/gcc-snapshot-cross-initial_cvs.oe | 1 |
2 files changed, 0 insertions, 2 deletions
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 \ |