changeset 7553:3fd0a587111e

Backout fix for gcc 4.8.3
author Edward Nevill edward.nevill@linaro.org
date Tue, 23 Sep 2014 18:34:47 +0100
parents 2fb893b1a255
children 68cf8e406ce5
files make/linux/makefiles/gcc.make
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/makefiles/gcc.make	Mon Sep 22 05:24:02 2014 -0400
+++ b/make/linux/makefiles/gcc.make	Tue Sep 23 18:34:47 2014 +0100
@@ -267,12 +267,6 @@
   ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \& $(CC_VER_MINOR) = 3), 1)
     OPT_CFLAGS/mulnode.o += $(OPT_CFLAGS/NOOPT)
   endif
-  # Work around problem with 4.8 series building ciEnv on aarch64
-  ifeq ($(BUILDARCH), aarch64)
-    ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \& $(CC_VER_MINOR) = 8), 1)
-      OPT_CFLAGS/ciEnv.o += $(OPT_CFLAGS/NOOPT)
-    endif
-  endif
 endif
 
 # Flags for generating make dependency flags.