060185
diff -up tbb30_20110419oss/build/linux.gcc.inc\~ tbb30_20110419oss/build/linux.gcc.inc
060185
--- tbb30_20110419oss/build/linux.gcc.inc~	2011-04-19 13:48:58.000000000 +0200
060185
+++ tbb30_20110419oss/build/linux.gcc.inc	2011-07-26 14:02:48.482006056 +0200
060185
@@ -59,10 +59,10 @@ ifneq (,$(shell gcc -dumpversion | egrep
060185
 endif
060185
 
060185
 ifeq ($(cfg), release)
060185
-        CPLUS_FLAGS = $(ITT_NOTIFY) -g -O2 -DUSE_PTHREAD
060185
+        CPLUS_FLAGS = $(CXXFLAGS) $(ITT_NOTIFY) -g -O2 -DUSE_PTHREAD
060185
 endif
060185
 ifeq ($(cfg), debug)
060185
-        CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
060185
+        CPLUS_FLAGS = $(CXXFLAGS) -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
060185
 endif
060185
 
060185
 ifneq (00,$(lambdas)$(cpp0x))
060185
060185
Diff finished.  Tue Feb 26 13:00:13 2013