git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4419d3
)
gcc4-build-sdk: fix USE_NLS
author
Koen Kooi
<koen@openembedded.org>
Thu, 17 May 2007 08:02:40 +0000
(08:02 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 17 May 2007 08:02:40 +0000
(08:02 +0000)
packages/gcc/gcc4-build-sdk.inc
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc4-build-sdk.inc
b/packages/gcc/gcc4-build-sdk.inc
index
86aa566
..
b75e8a5
100644
(file)
--- a/
packages/gcc/gcc4-build-sdk.inc
+++ b/
packages/gcc/gcc4-build-sdk.inc
@@
-1,4
+1,6
@@
USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}'
+USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibcgnueabi", "no", "", d )}'
+
STAGING_TARGET_INCDIR = "${STAGING_DIR}/${TARGET_SYS}/include"
STAGING_TARGET_LIBDIR = "${STAGING_DIR}/${TARGET_SYS}/lib"