make/linux/makefiles/gcc.make

changeset 1205
f5ee65f94d9a
parent 1202
5d4dd2f5f6a1
parent 1179
af5d39ca39a3
child 1445
354d3184f6b2
     1.1 --- a/make/linux/makefiles/gcc.make	Fri May 08 14:33:58 2009 -0700
     1.2 +++ b/make/linux/makefiles/gcc.make	Fri May 15 13:41:04 2009 -0700
     1.3 @@ -113,6 +113,11 @@
     1.4  
     1.5  OPT_CFLAGS/NOOPT=-O0
     1.6  
     1.7 +# 6835796. Problem in GCC 4.3.0 with mulnode.o optimized compilation. 
     1.8 +ifneq "$(shell expr \( \( $(CC_VER_MAJOR) = 4 \) \& \( $(CC_VER_MINOR) = 3 \) \))" "0"
     1.9 +OPT_CFLAGS/mulnode.o += -O0
    1.10 +endif
    1.11 +
    1.12  #------------------------------------------------------------------------
    1.13  # Linker flags
    1.14  

mercurial