diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-03 02:36:10 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-03 02:36:10 +0000 |
commit | 21dbe3a32c1269247502e83d4c2196efde88056c (patch) | |
tree | c7985e2e20c00959e5ba082f3440aa1b1d68c882 /make | |
parent | 9efd8d05e4411cee798eeae0ab292872ba8ea4c4 (diff) | |
download | buildroot-novena-21dbe3a32c1269247502e83d4c2196efde88056c.tar.gz buildroot-novena-21dbe3a32c1269247502e83d4c2196efde88056c.zip |
Sigh...
Diffstat (limited to 'make')
-rw-r--r-- | make/gcc-uclibc-3.x.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/make/gcc-uclibc-3.x.mk b/make/gcc-uclibc-3.x.mk index 541ea2d8d..cfa504998 100644 --- a/make/gcc-uclibc-3.x.mk +++ b/make/gcc-uclibc-3.x.mk @@ -20,8 +20,8 @@ ifneq ($(findstring 2.95,$(GCC_VERSION)),2.95) GCC_VERSION:=$(strip $(GCC_VERSION)) -GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION) -#GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION) +#GCC_SITE:=ftp://ftp.gnu.org/gnu/gcc/releases/gcc-$(GCC_VERSION) +GCC_SITE:=http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc-$(GCC_VERSION) # # snapshots.... @@ -77,6 +77,9 @@ ifeq ($(SOFT_FLOAT),true) ifeq ("$(strip $(ARCH))","arm") $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR)/gcc/$(GCC_VERSION) arm-softfloat.patch.conditional endif +ifeq ("$(strip $(ARCH))","armeb") + $(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR)/gcc/$(GCC_VERSION) arm-softfloat.patch.conditional +endif # Not yet updated to 3.4.1. #ifeq ("$(strip $(ARCH))","i386") #$(SOURCE_DIR)/patch-kernel.sh $(GCC_DIR) $(SOURCE_DIR)/gcc i386-gcc-soft-float.patch |