summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-06-06 22:29:18 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-06-06 22:29:18 +0200
commit43c420729a2fd892bd8ec39331c1a5646a0bf7f6 (patch)
treecc496d512f0cf21b9c3059b13608b8c8ef2cd557 /makefiles
parent19aac7109b966442c7babc0dc57397b92da655af (diff)
downloadwolfbones-43c420729a2fd892bd8ec39331c1a5646a0bf7f6.tar.gz
wolfbones-43c420729a2fd892bd8ec39331c1a5646a0bf7f6.tar.bz2
fixed loader and networking on SPARC Solaris 10
Diffstat (limited to 'makefiles')
-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