summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-14 11:23:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-14 11:23:59 +0100
commitdb449d89ef9220149a16dbee5ea3074e6bef0a79 (patch)
treec4bddc1ff4bd4df38e1e434e88e3a545c1446b17 /toolchain
parentc094aedfa1298a823b0f88045c30509596454081 (diff)
remove unused workaround
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index edb9bdc56..8ccc2ac98 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -8,11 +8,6 @@ include ../rules.mk
include Makefile.inc
include ${TOPDIR}/mk/buildhlp.mk
-#workaround for cris and gcc 4.4, where -Os generates ICE
-#ifeq ($(ARCH),cris)
-#TARGET_CFLAGS:=$(subst Os,O2,$(TARGET_CFLAGS))
-#endif
-
$(WRKBUILD)/.headers:
$(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(WRKBUILD)/Rules.mak
sed -e 's^KERNEL_HEADERS.*$$KERNEL_HEADERS=\"${TOOLCHAIN_SYSROOT}/usr/include\"' \