diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:56:25 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:56:25 +0000 |
commit | 623de7130b9c2567b530877460f4c6321c87b0b8 (patch) | |
tree | c12183dbce50859851dad63773200a566f944095 /binutils/binutils-cross_2.14.90.0.6.oe | |
parent | 2231a21bead69f5c5b2e8b9cec0aad59717f1c34 (diff) |
Kill some unnecessary --disable-nls lines in the binutils builds.
BKrev: 419abdd9FxWyTVNdpQdieEUWV6o1hQ
Diffstat (limited to 'binutils/binutils-cross_2.14.90.0.6.oe')
-rw-r--r-- | binutils/binutils-cross_2.14.90.0.6.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/binutils-cross_2.14.90.0.6.oe b/binutils/binutils-cross_2.14.90.0.6.oe index cb50dd8b58..5cd24a9c0f 100644 --- a/binutils/binutils-cross_2.14.90.0.6.oe +++ b/binutils/binutils-cross_2.14.90.0.6.oe @@ -6,7 +6,6 @@ PROVIDES = "virtual/${TARGET_PREFIX}binutils" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}" PACKAGES = "" EXTRA_OECONF = "--with-sysroot=${CROSS_DIR}/${TARGET_SYS} \ - --disable-nls \ --program-prefix=${TARGET_PREFIX}" do_stage () { |