提交 e1d99894 编写于 作者: R Rich Felker

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.
上级 b0bf52f3
...@@ -338,7 +338,7 @@ __attribute__((__may_alias__)) ...@@ -338,7 +338,7 @@ __attribute__((__may_alias__))
#endif #endif
x; x;
EOF 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 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
printf "no\n" printf "no\n"
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册