From 04eadcdcc2d09ace98041ba1fcb9d207a4300bc3 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 18 Feb 2004 08:28:28 +0000 Subject: Update binutils from 2.14.90.0.6 to 2.14.90.0.8. Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3. --- Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe6e0b821..bb162a2e5 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ TARGETS+=busybox tinylogin #If you want a development system, you probably want gcc built # with uClibc so it can run within your dev system... -#TARGETS+=gcc2_95_target ccache_target +#TARGETS+=gcc2_95_target ccache_target # NOT WORKING!!! #TARGETS+=gcc3_3_target ccache_target # Of course, if you are installing a development system, you @@ -311,13 +311,9 @@ $(STAGING_DIR): rm -rf $(STAGING_DIR) mkdir -p $(STAGING_DIR)/lib mkdir -p $(STAGING_DIR)/usr -ifneq ($(GCC_2_95_TOOLCHAIN),true) - mkdir -p $(STAGING_DIR)/include -else - mkdir -p $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/include - (cd $(STAGING_DIR); ln -fs $(REAL_GNU_TARGET_NAME)/include) -endif + ln -fs $(REAL_GNU_TARGET_NAME)/include $(STAGING_DIR)/include ln -fs ../lib $(STAGING_DIR)/usr/lib + ln -fs ../$(REAL_GNU_TARGET_NAME)/include $(STAGING_DIR)/usr/include $(TARGET_DIR): rm -rf $(TARGET_DIR) -- cgit v1.2.3-55-g7522