diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-21 09:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-21 09:40:07 +0000 |
commit | cffe0a5c5a2c5dfb0a08b7c8baf271f293e72d29 (patch) | |
tree | 6852011049d3f6539327ceeb4715d4377ade77f0 /packages/gcc | |
parent | 187051657846eff3d88819f58452566da69e716b (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/21 11:17:03+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/21 11:16:51+02:00 uni-frankfurt.de!mickeyl
gcc 3.x: set USE_NSL=no if TARGET_OS=linux-uclibc
BKrev: 42b7e077MJ-J63H3-THvZuCIheQ_rA
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc3-build-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gcc/gcc3-build-cross.inc b/packages/gcc/gcc3-build-cross.inc index ec35ca6ac1..0893e4b97c 100644 --- a/packages/gcc/gcc3-build-cross.inc +++ b/packages/gcc/gcc3-build-cross.inc @@ -1,3 +1,5 @@ +USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' + EXTRA_OECONF_PATHS = "--with-local-prefix=${CROSS_DIR}/${TARGET_SYS} \ --with-gxx-include-dir=${CROSS_DIR}/${TARGET_SYS}/include/c++" |