Revert "GNUmakefile: Don't compile.gch with -std=c++11"

This wasn't the problem.

This reverts commit e97e74b682.
db4
Doug Coleman 2015-06-05 10:52:48 -07:00
parent e97e74b682
commit 64ccac3572
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ vm/ffi_test.o: vm/ffi_test.c
$(TOOLCHAIN_PREFIX)$(CC) -c $(CFLAGS) $(FFI_TEST_CFLAGS) -o $@ $<
vm/master.hpp.gch: vm/master.hpp $(MASTER_HEADERS)
$(TOOLCHAIN_PREFIX)$(CXX) -c -x c++-header $(CFLAGS) -o $@ $<
$(TOOLCHAIN_PREFIX)$(CXX) -c -x c++-header $(CFLAGS) $(CXXFLAGS) -o $@ $<
%.o: %.cpp vm/master.hpp.gch
$(TOOLCHAIN_PREFIX)$(CXX) -c $(CFLAGS) $(CXXFLAGS) -o $@ $<