From 43c420729a2fd892bd8ec39331c1a5646a0bf7f6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 Jun 2010 22:29:18 +0200 Subject: fixed loader and networking on SPARC Solaris 10 --- makefiles/gmake/compiler.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'makefiles') 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 -- cgit v1.2.3-54-g00ecf