From db449d89ef9220149a16dbee5ea3074e6bef0a79 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 14 Feb 2010 11:23:59 +0100 Subject: remove unused workaround --- toolchain/uClibc/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toolchain') 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\"' \ -- cgit v1.2.3