diff options
author | Denys Dmytriyenko <denis@denix.org> | 2008-09-24 01:18:39 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-09-24 01:18:39 +0000 |
commit | 177089df2a1cb2d00548d8868530cb4ec25109a1 (patch) | |
tree | 590e8f066979ffd22f133a852a1ae6834650e707 /packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb | |
parent | cac655b86010abf1e709bc59f59601a5e77269d6 (diff) |
Remove the fixed-include header hacks.
Diffstat (limited to 'packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb')
-rw-r--r-- | packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb b/packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb index bc66b51f7c..fc5c2e5deb 100644 --- a/packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb +++ b/packages/gcc/gcc-cross-sdk_csl-arm-2007q3.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" inherit sdk @@ -20,8 +20,3 @@ EXTRA_OECONF += " \ CFLAGS = "" CXXFLAGS = "" LDFLAGS = "" - -# Hack till we fix *libc properly -do_install_append() { - cp -a ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed/* ${D}${gcclibdir}/${TARGET_SYS}/${BINV}/include/ -} |