summaryrefslogtreecommitdiff
path: root/toolchain/gcc/gcc-uclibc-3.x.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-12-04 20:34:03 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-12-04 20:34:03 +0100
commitacc75665e54bc505f46a4f8ce09c0c6634f74b91 (patch)
treeddb4fbf1fd10e4412d9723186731815532730139 /toolchain/gcc/gcc-uclibc-3.x.mk
parentba4183bc827bd2bcc85a97e4029dfd8c903420fd (diff)
toolchain: get rid of unused gcc 3.x legacy handling
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r--toolchain/gcc/gcc-uclibc-3.x.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk
index 6531bfccb..e73731348 100644
--- a/toolchain/gcc/gcc-uclibc-3.x.mk
+++ b/toolchain/gcc/gcc-uclibc-3.x.mk
@@ -57,9 +57,6 @@ endif
GCC_CAT:=$(BZCAT)
GCC_STRIP_HOST_BINARIES:=true
-ifeq ($(findstring x3.,x$(GCC_VERSION)),x3.)
-GCC_NO_MPFR:=y
-else
ifneq ($(BR2_INSTALL_FORTRAN),y)
# fortran needs gmp and mpfr
ifeq ($(findstring 4.0.,$(GCC_VERSION)),4.0.)
@@ -69,7 +66,6 @@ ifeq ($(findstring 4.1.,$(GCC_VERSION)),4.1.)
GCC_NO_MPFR:=y
endif
endif
-endif
#############################################################
#