]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross: Remove obsolete hacks from 4.5 version
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 24 Jul 2010 22:08:04 +0000 (23:08 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 24 Jul 2010 22:08:04 +0000 (23:08 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/gcc/gcc-cross-initial_4.5.0.bb
meta/packages/gcc/gcc-cross-intermediate_4.5.0.bb

index 8940fe381813a852a77f4882319c3f5b7b1e0856..e3aea8b3568b4be3feecf5a111acb07e0cacabc4 100644 (file)
@@ -3,8 +3,3 @@ require gcc-cross-initial.inc
 
 PR = "r0"
 
-# Hack till we fix *libc properly
-do_install_append() {
-        ln -sf ${STAGING_DIR_NATIVE}${prefix_native}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${STAGING_DIR_NATIVE}${prefix_native}/lib/gcc/${TARGET_SYS}/${BINV}/include/
-}
-
index 77e48328b579c7b013bda16c1f4714ea243f5354..4cabe0eb4be5f56113e033b69e1fec55377cfbe5 100644 (file)
@@ -2,8 +2,3 @@ require gcc-cross_${PV}.bb
 require gcc-cross-intermediate.inc
 PR = "r0"
 
-# Hack till we fix *libc properly
-do_install_append() {
-        ln -sf ${STAGING_DIR_NATIVE}${prefix_native}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${STAGING_DIR_NATIVE}${prefix_native}/lib/gcc/${TARGET_SYS}/${BINV}/include/
-}
-