summaryrefslogtreecommitdiff
path: root/src/cuda-sim/Makefile
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2020-07-04 17:05:27 -0700
committerTor Aamodt <[email protected]>2020-07-04 17:05:27 -0700
commit6f2d125c1a4f445f33f03b08d1e6d677329b1b35 (patch)
tree837a408abe215342e427cc64b2706a15bc9ab5c3 /src/cuda-sim/Makefile
parentf273d54336fc57d0c22741d96bc25b030c5f7f99 (diff)
okay, old school
Diffstat (limited to 'src/cuda-sim/Makefile')
-rw-r--r--src/cuda-sim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuda-sim/Makefile b/src/cuda-sim/Makefile
index 1ce6df0..85d1c8c 100644
--- a/src/cuda-sim/Makefile
+++ b/src/cuda-sim/Makefile
@@ -55,10 +55,10 @@ endif
CXX_OPT = $(OPT)
ifeq ($(INTEL),1)
- CXX_OPT += -std=c++11
+ CXX_OPT += -std=c++0x
else
ifeq ($(GNUC_CPP0X),1)
- CXX_OPT += -std=c++11
+ CXX_OPT += -std=c++0x
endif
endif