From 74e49a5e545576f1436a510495e2e8a682b0db4d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 22 Mar 2015 14:47:29 +0100 Subject: extra: add clang flags for gen_bits_syscall_h Closes bugzilla #6008 Signed-off-by: Bernhard Reutner-Fischer --- extra/scripts/gen_bits_syscall_h.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'extra') diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index c44cd8fa4..bfd06b832 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -23,6 +23,7 @@ fi case $CC in *icc*) CC_SYSNUM_ARGS="-dM" ;; +*clang*) CC_SYSNUM_ARGS="-dM" ;; *) CC_SYSNUM_ARGS="-dN" ;; esac -- cgit v1.2.3