mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:40:55 +08:00
configure.ac: Treat a --with-headers option without argument the same as the default (i.e.
* configure.ac: Treat a --with-headers option without argument the same as the default (i.e. consult sys-include directory). * configure: Regenerate. From-SVN: r236825
This commit is contained in:
parent
48035dfbea
commit
9b2bf368d7
@ -1,3 +1,9 @@
|
||||
2016-05-27 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* configure.ac: Treat a --with-headers option without argument
|
||||
the same as the default (i.e. consult sys-include directory).
|
||||
* configure: Regenerate.
|
||||
|
||||
2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -12289,7 +12289,7 @@ elif test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
fi
|
||||
|
||||
if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
if test "x$with_headers" != x; then
|
||||
if test "x$with_headers" != x && test "x$with_headers" != xyes; then
|
||||
target_header_dir=$with_headers
|
||||
elif test "x$with_sysroot" = x; then
|
||||
target_header_dir="${test_exec_prefix}/${target_noncanonical}/sys-include"
|
||||
|
@ -2035,7 +2035,7 @@ elif test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
fi
|
||||
|
||||
if test x$host != x$target || test "x$TARGET_SYSTEM_ROOT" != x; then
|
||||
if test "x$with_headers" != x; then
|
||||
if test "x$with_headers" != x && test "x$with_headers" != xyes; then
|
||||
target_header_dir=$with_headers
|
||||
elif test "x$with_sysroot" = x; then
|
||||
target_header_dir="${test_exec_prefix}/${target_noncanonical}/sys-include"
|
||||
|
Loading…
x
Reference in New Issue
Block a user