Skip to content

Commit

Permalink
update r970
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 29, 2015
1 parent 27cf214 commit 24bba83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ STDFLAG += -std=c++11
else
ifeq (1,$(shell expr \( $(GCCMAJOR) \> 4 \) \| \( $(GCCMAJOR) \>= 4 \& $(GCCMINOR) \>= 4 \)))
# 4.4 later
STDFLAG += -std=c++0x
#STDFLAG += -std=c++0x
endif
endif
endif
Expand Down

0 comments on commit 24bba83

Please sign in to comment.