diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-15 22:29:02 +0200 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-05-15 22:29:02 +0200 | 
| commit | 34e4b2577e0255b97f1c1660032f80829613f1a9 (patch) | |
| tree | 2436b5239158e88fa0de5fa83f6a1442eeac4e69 /toolchain/gcc | |
| parent | 59af9a8947ccb38ed4eefc02b54efcb1b1c363dd (diff) | |
| parent | 7c46868238a1a6b937419f8db94e2459155b7cb0 (diff) | |
| download | buildroot-novena-34e4b2577e0255b97f1c1660032f80829613f1a9.tar.gz buildroot-novena-34e4b2577e0255b97f1c1660032f80829613f1a9.zip  | |
Merge branch 'for-2011.05/remove-dead-code' of http://free-electrons.com/~thomas/buildroot
Diffstat (limited to 'toolchain/gcc')
| -rw-r--r-- | toolchain/gcc/gcc-uclibc-4.x.mk | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk index 712361549..94613fadd 100644 --- a/toolchain/gcc/gcc-uclibc-4.x.mk +++ b/toolchain/gcc/gcc-uclibc-4.x.mk @@ -210,19 +210,6 @@ ifneq ($(wildcard $(GCC_PATCH_DIR)),)  	toolchain/patch-kernel.sh $(GCC_DIR) $(GCC_PATCH_DIR) \*.patch $(GCC_PATCH_EXTRA)  endif -	# Note: The soft float situation has improved considerably with gcc 3.4.x. -	# We can dispense with the custom spec files, as well as libfloat for the arm case. -	# However, we still need a patch for arm. There's a similar patch for gcc 3.3.x -	# which needs to be integrated so we can kill of libfloat for good, except for -	# anyone (?) who might still be using gcc 2.95. mjn3 -ifeq ($(BR2_SOFT_FLOAT),y) -ifeq ("$(strip $(ARCH))","arm") -	toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) arm-softfloat.patch.conditional -endif -ifeq ("$(strip $(ARCH))","armeb") -	toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) arm-softfloat.patch.conditional -endif -endif  ifeq ($(ARCH)-$(BR2_GCC_SHARED_LIBGCC),powerpc-y)  ifneq ($(BR2_SOFT_FLOAT),)  	toolchain/patch-kernel.sh $(GCC_DIR) toolchain/gcc/$(GCC_VERSION) powerpc-link-with-math-lib.patch.conditional  | 
