[git commit] extra: add clang flags for gen_bits_syscall_h

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Sun Mar 22 13:49:27 UTC 2015


commit: http://git.uclibc.org/uClibc/commit/?id=74e49a5e545576f1436a510495e2e8a682b0db4d
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Closes bugzilla #6008

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 extra/scripts/gen_bits_syscall_h.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh
index c44cd8f..bfd06b8 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
 


More information about the uClibc-cvs mailing list