mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 13:16:12 +00:00
gcc-cross: Remove obsolete hacks from 4.5 version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
2e5df820ce
commit
ff0e858780
@ -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/
|
||||
}
|
||||
|
||||
|
||||
@ -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/
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user