File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ifeq ($(OS), Windows_NT)
66 USE_TBB=Windows
77 TBB_COPY_PATTERN=tbb*.dll
88
9- MAKE_CMD = PATH ="$(shell cygpath $(dir $( CC))):$(PATH )" make
9+ MAKE_CMD = CONLY ="$(CC)" CPLUS="$(CXX1X )" make
1010
1111else
1212
@@ -41,10 +41,10 @@ ifeq ($(USE_TBB), Windows)
4141 # compiler: overwrite default (which is cl = MS compiler)
4242 MAKE_ARGS += rtools=true compiler=gcc
4343 ifeq ("$(WIN)", "64")
44- # TBB defaults to ia32
4544 MAKE_ARGS += arch=intel64
4645 ARCH_DIR=x64/
4746 else
47+ MAKE_ARGS += arch=ia32
4848 ARCH_DIR=i386/
4949 endif
5050
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ PROXY.LIB =
4949# Compiler-specific variables
5050# ------------------------------------------------------------------------------
5151
52- CPLUS = g ++
52+ # CPLUS = g++
5353COMPILE_ONLY = -c -MMD
5454PREPROC_ONLY = -E -x c ++
5555INCLUDE_KEY = -I
@@ -101,7 +101,7 @@ CPLUS_FLAGS += -D_WIN32_WINNT=$(_WIN32_WINNT)
101101# MinGW specific
102102CPLUS_FLAGS += -DMINGW_HAS_SECURE_API = 1 -D__MSVCRT_VERSION__ = 0 x0700 -msse -mthreads
103103
104- CONLY = gcc
104+ # CONLY = gcc
105105debugger = gdb
106106C_FLAGS = $(CPLUS_FLAGS )
107107
You can’t perform that action at this time.
0 commit comments