summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 113ef06..2955d86 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -110,6 +110,11 @@ endif
110ifeq ($(VENDOR_CC_$(d)), sunpro) 110ifeq ($(VENDOR_CC_$(d)), sunpro)
111CFLAGS_$(d) += -xcode=pic13 111CFLAGS_$(d) += -xcode=pic13
112CFLAGS_$(d) += -g 112CFLAGS_$(d) += -g
113#
114# Solaris Studio has a brain-dead function call analyzer which counts
115# arguments before preprocessor expansion.
116#
117CFLAGS_$(d) += -erroff=E_ARGUEMENT_MISMATCH
113endif 118endif
114 119
115ifeq ($(VENDOR_OS_$(d)), Darwin) 120ifeq ($(VENDOR_OS_$(d)), Darwin)