summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2008-09-24 01:18:39 +0000
committerKhem Raj <raj.khem@gmail.com>2008-09-24 01:18:39 +0000
commit177089df2a1cb2d00548d8868530cb4ec25109a1 (patch)
tree590e8f066979ffd22f133a852a1ae6834650e707 /packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb
parentcac655b86010abf1e709bc59f59601a5e77269d6 (diff)
Remove the fixed-include header hacks.
Diffstat (limited to 'packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb')
-rw-r--r--packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb b/packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb
index 114d9831c6..5423626a99 100644
--- a/packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb
+++ b/packages/gcc/gcc-cross-intermediate_csl-arm-2008q1.bb
@@ -4,9 +4,3 @@ require gcc-cross-intermediate.inc
S = "${WORKDIR}/gcc-4.2"
EXTRA_OECONF += "--disable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap "
-
-# Hack till we fix *libc properly
-do_stage_append() {
- ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/
-}
-