summaryrefslogtreecommitdiffstats
path: root/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-28 01:54:22 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-29 16:14:38 +0200
commit444c13d1f114c59c7ff568f0313cacc8e67362a1 (patch)
tree3c480be8070db8d34f5a2cce723888893ad3de09 /toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb
parentd110784db8e78f9b1aa877e3e9228792d34f4583 (diff)
downloadmeta-openembedded-444c13d1f114c59c7ff568f0313cacc8e67362a1.tar.gz
gcc-4.5: Fix meta-toolchain builds with gcc 4.5
Correct a typo Make license parsable by license manage Fixes messages like WARNING: libgcc-nativesdk: No generic license file exists for: RUNTIME in any provider WARNING: libgcc-nativesdk: No generic license file exists for: LIBRARY in any provider WARNING: libgcc-nativesdk: No generic license file exists for: EXCEPTION in any provider NOTE: package libgcc-nativesdk-4.5-r48+svnr184907: task do_populate_lic: Succeeded Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb')
-rw-r--r--toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb b/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb
index 97e1a2bcb..0afc90735 100644
--- a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb
+++ b/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.5.bb
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
11 11
12SYSTEMHEADERS = "/usr/include" 12SYSTEMHEADERS = "/usr/include"
13SYSTEMLIBS = "/lib/" 13SYSTEMLIBS = "/lib/"
14SYSTEMLIB. = "/usr/lib/" 14SYSTEMLIBS1 = "/usr/lib/"
15 15
16EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \ 16EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
17 --disable-libgomp --disable-libmudflap \ 17 --disable-libgomp --disable-libmudflap \