diff options
-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 \ |