summaryrefslogtreecommitdiff
path: root/makefiles/gmake/compiler.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/gmake/compiler.mk')
-rw-r--r--makefiles/gmake/compiler.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index 08677a5..85414b0 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -160,9 +160,8 @@ endif
ifeq "$(COMPILER)" "tcc"
COMPILE_FLAGS = \
-Wall -Werror -Wunsupported -Wwrite-strings -g
-endif
-
CCPP = tcc
+endif
# end of tcc section
@@ -208,9 +207,8 @@ endif
ifeq "$(COMPILER)" "pcc"
COMPILE_FLAGS = \
--fatal-warnings -g
-endif
-
CCPP = pcc
+endif
# end of pcc section