From 2394ee58a97cf279ecb55176c5529421e2f32544 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Nov 2003 01:46:50 +0000 Subject: Fix a build problem found while building for arm soft-float --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa209ea5a..05297fc79 100644 --- a/Makefile +++ b/Makefile @@ -31,9 +31,14 @@ # What sortof target system shall we compile this for? ARCH:=i386 #ARCH:=arm -#ARCH:=mipsel #ARCH:=mips #ARCH:=powerpc +#ARCH:=sh4 +#ARCH:=cris +#ARCH:=m68k +#ARCH:=v850 +#ARCH:=sparc +#ARCH:=sh64 #ARCH:=whatever # enable to build a native gcc toolchain with uclibc support @@ -275,8 +280,9 @@ $(BUILD_DIR): $(STAGING_DIR): rm -rf $(STAGING_DIR) mkdir -p $(STAGING_DIR)/lib - mkdir -p $(STAGING_DIR)/usr/lib + mkdir -p $(STAGING_DIR)/usr mkdir -p $(STAGING_DIR)/include + ln -fs ../lib $(STAGING_DIR)/usr/lib $(TARGET_DIR): rm -rf $(TARGET_DIR) -- cgit v1.2.3-55-g7522