Josh Stone 0892d3
--- dyninst/make.config.buildflags	2013-02-14 11:23:18.717002871 -0800
Josh Stone 0892d3
+++ dyninst/make.config	2013-02-14 11:23:46.588871846 -0800
Josh Stone 0892d3
@@ -570,9 +570,9 @@ ifeq (ppc64_linux, $(findstring ppc64_li
Josh Stone 0892d3
 endif
Josh Stone 0892d3
 
Josh Stone 0892d3
 # flags for normal (non-kludge) files, with common warnings
Josh Stone 0892d3
-CFLAGS		= $(IFLAGS) $(UNIFIED_DEF) $(OPT_FLAG) $(COMMON_WARNINGS) $(ARCH_FLAGS)
Josh Stone 0892d3
+CFLAGS		+= $(IFLAGS) $(UNIFIED_DEF) $(OPT_FLAG) $(COMMON_WARNINGS) $(ARCH_FLAGS)
Josh Stone ddf1ba
 CXXFLAGS	+= $(IFLAGS) $(UNIFIED_DEF) $(OPT_FLAG) $(COMMON_WARNINGS) $(STDINT_MACROS) $(ARCH_FLAGS)
Josh Stone ddf1ba
-LDFLAGS		= $(ARCH_FLAGS)
Josh Stone 0892d3
+LDFLAGS		+= $(ARCH_FLAGS)
Josh Stone 0892d3
 
Josh Stone 0892d3
 # flags for kludge files, won't have warnings generated
Josh Stone 0892d3
 KFLAGS          = $(IFLAGS) $(UNIFIED_DEF) $(BASICWARNINGS)