[oe-commits] org.oe.dev gcc4-build-sdk: fix USE_NLS

koen commit openembedded-commits at lists.openembedded.org
Thu May 17 08:09:47 UTC 2007


gcc4-build-sdk: fix USE_NLS

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1a21079a72078639c12d843797719e166601e64e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1a21079a72078639c12d843797719e166601e64e
Files:
1
packages/gcc/gcc4-build-sdk.inc
Diffs:

#
# mt diff -r1e1d443188c69abd63d679a1c6601df81d5acd3e -r1a21079a72078639c12d843797719e166601e64e
#
# 
# 
# patch "packages/gcc/gcc4-build-sdk.inc"
#  from [00f6c3505521c38fde2fa8c56ee0de21a536e45a]
#    to [9346ade760bf1914b9aef9ef6701465c2001aef9]
# 
============================================================
--- packages/gcc/gcc4-build-sdk.inc	00f6c3505521c38fde2fa8c56ee0de21a536e45a
+++ packages/gcc/gcc4-build-sdk.inc	9346ade760bf1914b9aef9ef6701465c2001aef9
@@ -1,5 +1,7 @@ USE_NLS = '${@base_conditional( "TARGET_
 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"
 






More information about the Openembedded-commits mailing list