diff options
| author | Miguel <m.i@gmx.at> | 2018-10-11 12:33:38 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-11 12:33:38 +0200 |
| commit | 1e5c0baa8cd59f651985ac3a7b41ab2ecbe90b5e (patch) | |
| tree | 9da3bc1effa2b9da6762620971faedf00f7a6247 /userspace/cpp/Makefile | |
| parent | 8b33f268b67455ded8d35f3c198425562173fa2e (diff) | |
c++ global constructors calling from crt
Diffstat (limited to 'userspace/cpp/Makefile')
| -rw-r--r-- | userspace/cpp/Makefile | 13 |
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 |
