repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stdlib: Fix stdbit.h with -Wconversion for clang
[glibc.git]
/
sysdeps
/
arc
/
preconfigure
blob
a79db0239ae635a8375d08a4dec5fc68ad9b2630
1
case "$machine" in
2
arc*)
3
base_machine=arc
4
machine=arc
5
6
gccfloat=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep __ARC_FPU_| wc -l`
7
if test "$gccfloat" != "0"; then
8
with_fp_cond=1
9
else
10
with_fp_cond=0
11
fi
12
;;
13
14
esac