summaryrefslogtreecommitdiff
path: root/cflags.SH
diff options
context:
space:
mode:
Diffstat (limited to 'cflags.SH')
-rwxr-xr-xcflags.SH1
1 files changed, 1 insertions, 0 deletions
diff --git a/cflags.SH b/cflags.SH
index 54ce74c995..d617a2d01f 100755
--- a/cflags.SH
+++ b/cflags.SH
@@ -156,6 +156,7 @@ Intel*) ;; # # Is that you, Intel C++?
*) rm -f _cflags$_exe
case "`$cc -DPERL_NO_INLINE_FUNCTIONS $ccflags $warn $stdflags $opt _cflags.c -o _cflags$_exe 2>&1`" in
*"unrecognized"*) ;;
+ *"unknown"*) ;;
*"implicit declaration"*) ;; # Was something useful hidden?
*"Invalid"*) ;;
*"is valid for C"*) ;;