summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoko@python.org <doko@python.org>2013-01-25 13:44:20 (GMT)
committerdoko@python.org <doko@python.org>2013-01-25 13:44:20 (GMT)
commit937c8e1ce09ba3afbb836e7bb1adca4fae9f815b (patch)
tree992ba122c3e99d2b2978a6867e31e6ba875d0ba9
parent981eec3ad4e6506adbae1a1ad163709b4457375d (diff)
parent44bbbdab67b34144edefdd8b817d3489676e7e40 (diff)
downloadcpython-937c8e1ce09ba3afbb836e7bb1adca4fae9f815b.zip
cpython-937c8e1ce09ba3afbb836e7bb1adca4fae9f815b.tar.gz
cpython-937c8e1ce09ba3afbb836e7bb1adca4fae9f815b.tar.bz2
- Issue #16292: Improve a comment for cross building in configure.ac
-rwxr-xr-xconfigure6
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 2d21327..47c1d5e 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 1f520c2..b998b24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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