1 diff -u GNUmakefile-orig GNUmakefile
2 --- GNUmakefile-orig 2010-08-09 14:22:42.000000000 -0500
3 +++ GNUmakefile 2010-12-19 15:14:28.000000000 -0600
5 -CXXFLAGS = -DNDEBUG -g -O2
6 +CXXFLAGS += -DNDEBUG -g -O2
8 # -fPIC is supported. Please report any breakage of -fPIC as a bug.
12 ifneq ($(GCC42_OR_LATER),0)
13 ifeq ($(UNAME),Darwin)
14 -CXXFLAGS += -arch x86_64 -arch i386
15 +#CXXFLAGS += -arch x86_64 -arch i386
17 CXXFLAGS += -march=native
20 ifeq ($(UNAME),Darwin)
25 IS_GCC2 = $(shell $(CXX) -v 2>&1 | $(EGREP) -c gcc-932)
27 CXXFLAGS += -fno-coalesce-templates -fno-coalesce-static-vtables