Commit 44bbbdab authored by doko@python.org's avatar doko@python.org

- Issue #16292: Improve a comment for cross building in configure.ac

parent 9731330d
...@@ -3249,9 +3249,9 @@ if test -z "$MACHDEP" ...@@ -3249,9 +3249,9 @@ if test -z "$MACHDEP"
then then
# avoid using uname for cross builds # avoid using uname for cross builds
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then
# ac_sys_system and ac_sys_release are only used for setting # ac_sys_system and ac_sys_release are used for setting
# `define_xopen_source' in the case statement below. For the # a lot of different things including 'define_xopen_source'
# current supported cross builds, this macro is not adjusted. # in the case statement below.
case "$host" in case "$host" in
*-*-linux*) *-*-linux*)
ac_sys_system=Linux ac_sys_system=Linux
......
...@@ -352,9 +352,9 @@ if test -z "$MACHDEP" ...@@ -352,9 +352,9 @@ if test -z "$MACHDEP"
then then
# avoid using uname for cross builds # avoid using uname for cross builds
if test "$cross_compiling" = yes; then if test "$cross_compiling" = yes; then
# ac_sys_system and ac_sys_release are only used for setting # ac_sys_system and ac_sys_release are used for setting
# `define_xopen_source' in the case statement below. For the # a lot of different things including 'define_xopen_source'
# current supported cross builds, this macro is not adjusted. # in the case statement below.
case "$host" in case "$host" in
*-*-linux*) *-*-linux*)
ac_sys_system=Linux ac_sys_system=Linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment