Skip to content
Snippets Groups Projects
Commit 024edce4 authored by Thomas Pöchtrager's avatar Thomas Pöchtrager
Browse files

ios-toolchain: LDID.Makefile: add -std=c++0x

parent 39b4baaa
No related branches found
Tags cctools-870-ld64-242-1
No related merge requests found
......@@ -22,7 +22,7 @@ OBJS:=$(subst .c,.o,$(OBJS))
all: ldid
%.o: %.cpp
$(CXX) $(FLAGS) -c -o $@ $<
$(CXX) -std=c++0x $(FLAGS) -c -o $@ $<
%.o: %.c
$(CC) $(FLAGS) -c -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment