summaryrefslogtreecommitdiff
path: root/makefiles/gmake/compiler.mk
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-06 22:02:56 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-06 22:02:56 +0200
commitcd1d6378a2b53021b0be2b17eca63d7c47931822 (patch)
tree4cffdc60100cdf81dde0c3402008e6dd641a8bad /makefiles/gmake/compiler.mk
parentf7869fb25b4e43f3c3ee0fe956de6d65c8d8de62 (diff)
downloadwolfbones-cd1d6378a2b53021b0be2b17eca63d7c47931822.tar.gz
wolfbones-cd1d6378a2b53021b0be2b17eca63d7c47931822.tar.bz2
fixed pcc on linux (gengetopt and generated code, __attribute__ infection of header files)
Diffstat (limited to 'makefiles/gmake/compiler.mk')
-rw-r--r--makefiles/gmake/compiler.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index aab45d2..08677a5 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -207,9 +207,11 @@ endif
ifeq "$(COMPILER)" "pcc"
COMPILE_FLAGS = \
- --fatal-warnings
+ --fatal-warnings -g
endif
+CCPP = pcc
+
# end of pcc section
# set flags for threading support using POSIX threads. This is completly different