From acc75665e54bc505f46a4f8ce09c0c6634f74b91 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 4 Dec 2009 20:34:03 +0100 Subject: toolchain: get rid of unused gcc 3.x legacy handling Signed-off-by: Peter Korsgaard --- toolchain/binutils/binutils.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'toolchain/binutils') diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk index e482a8ae0..8cddf2d50 100644 --- a/toolchain/binutils/binutils.mk +++ b/toolchain/binutils/binutils.mk @@ -27,9 +27,6 @@ endif BINUTILS_HOST_PREREQ:= BINUTILS_TARGET_PREREQ:= -ifeq ($(findstring x3.,x$(GCC_VERSION)),x3.) -BINUTILS_NO_MPFR:=y -endif ifeq ($(findstring x4.0,x$(GCC_VERSION)),x4.0) BINUTILS_NO_MPFR:=y endif -- cgit v1.2.3