projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bf52f
)
remove unneeded -I options from configure test for may_alias attribute
author
Rich Felker
<dalias@aerifal.cx>
Thu, 28 Jan 2016 00:01:21 +0000
(19:01 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 28 Jan 2016 00:01:21 +0000
(19:01 -0500)
this test does not include anything, so the -I options are not useful
and are just a maintenance burden if paths change.
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 2d7ea30ea17ab48c53b8dd651adcb22a5a4f41c1..41ef9df7a2fb26227c913af8fa0318f751b295ca 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-338,7
+338,7
@@
__attribute__((__may_alias__))
#endif
x;
EOF
-if $CC $CFLAGS_C99FSE
-I$srcdir/arch/$ARCH -I$srcdir/include
$CPPFLAGS $CFLAGS \
+if $CC $CFLAGS_C99FSE $CPPFLAGS $CFLAGS \
-c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
printf "no\n"
else