Browse Source

extra: add clang flags for gen_bits_syscall_h

Closes bugzilla #6008

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 9 years ago
parent
commit
74e49a5e54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/scripts/gen_bits_syscall_h.sh

+ 1 - 0
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