summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/hello++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/elf/tests/hello++/Makefile')
-rw-r--r--apps/examples/elf/tests/hello++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/elf/tests/hello++/Makefile b/apps/examples/elf/tests/hello++/Makefile
index b3d07d262..9de52cfa1 100644
--- a/apps/examples/elf/tests/hello++/Makefile
+++ b/apps/examples/elf/tests/hello++/Makefile
@@ -64,7 +64,7 @@ all: $(BIN1) $(BIN2) $(BIN3) $(BIN4)
$(OBJS): %.o: %.cpp
@echo "CC: $<"
- @$(CXX) -c $(CXXPICFLAGS) $< -o $@
+ @$(CXX) -c $(CXXFLAGS) $< -o $@
# This contains libstdc++ stubs to that you can build C++ code
# without actually having libstdc++