mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove unneeded -I options from configure test for may_alias attribute
this test does not include anything, so the -I options are not useful and are just a maintenance burden if paths change.
This commit is contained in:
parent
b0bf52f3e9
commit
e1d99894b6
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue