summaryrefslogtreecommitdiff
path: root/userspace/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/cpp/Makefile')
-rw-r--r--userspace/cpp/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/userspace/cpp/Makefile b/userspace/cpp/Makefile
index 9f4b314..e61438a 100644
--- a/userspace/cpp/Makefile
+++ b/userspace/cpp/Makefile
@@ -1,15 +1,10 @@
CXX=i686-foolos-g++
-CFLAGS=
-CFLAGS+=-O0
-CFLAGS+=-gstabs
+CXXFLAGS=
+CXXFLAGS+=-O0
+CXXFLAGS+=-gstabs
-LDLIBS+=-lgcc
-
-ASFLAGS=
-ASFLAGS+=-gstabs
-
-testcpp: prep.cpp
+testcpp:
clean:
rm -f testcpp