]> git.pld-linux.org Git - packages/tbb.git/blob - no-forced-arch-bits.patch
- don't force m32/m64 build mode
[packages/tbb.git] / no-forced-arch-bits.patch
1 --- tbb43_20150611oss/build/linux.gcc.inc~      2015-06-28 12:13:13.000000000 +0200
2 +++ tbb43_20150611oss/build/linux.gcc.inc       2015-06-28 12:14:51.385001671 +0200
3 @@ -74,14 +74,12 @@
4  
5  ifeq (intel64,$(arch))
6      ITT_NOTIFY = -DDO_ITT_NOTIFY
7 -    CPLUS_FLAGS += -m64 $(RTM_KEY)
8 -    LIB_LINK_FLAGS += -m64
9 +    CPLUS_FLAGS += $(RTM_KEY)
10  endif
11  
12  ifeq (ia32,$(arch))
13      ITT_NOTIFY = -DDO_ITT_NOTIFY
14 -    CPLUS_FLAGS += -m32 -march=pentium4 $(RTM_KEY)
15 -    LIB_LINK_FLAGS += -m32
16 +    CPLUS_FLAGS += $(RTM_KEY)
17  endif
18  
19  ifeq (ppc64,$(arch))
This page took 0.091126 seconds and 3 git commands to generate.