- Issue #16292: Improve a comment for cross building in configure.ac
This commit is contained in:
parent
9731330d6f
commit
44bbbdab67
|
@ -3249,9 +3249,9 @@ if test -z "$MACHDEP"
|
|||
then
|
||||
# avoid using uname for cross builds
|
||||
if test "$cross_compiling" = yes; then
|
||||
# ac_sys_system and ac_sys_release are only used for setting
|
||||
# `define_xopen_source' in the case statement below. For the
|
||||
# current supported cross builds, this macro is not adjusted.
|
||||
# ac_sys_system and ac_sys_release are used for setting
|
||||
# a lot of different things including 'define_xopen_source'
|
||||
# in the case statement below.
|
||||
case "$host" in
|
||||
*-*-linux*)
|
||||
ac_sys_system=Linux
|
||||
|
|
|
@ -352,9 +352,9 @@ if test -z "$MACHDEP"
|
|||
then
|
||||
# avoid using uname for cross builds
|
||||
if test "$cross_compiling" = yes; then
|
||||
# ac_sys_system and ac_sys_release are only used for setting
|
||||
# `define_xopen_source' in the case statement below. For the
|
||||
# current supported cross builds, this macro is not adjusted.
|
||||
# ac_sys_system and ac_sys_release are used for setting
|
||||
# a lot of different things including 'define_xopen_source'
|
||||
# in the case statement below.
|
||||
case "$host" in
|
||||
*-*-linux*)
|
||||
ac_sys_system=Linux
|
||||
|
|
Loading…
Reference in New Issue