Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
44bbbdab
Commit
44bbbdab
authored
Jan 25, 2013
by
doko@python.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #16292: Improve a comment for cross building in configure.ac
parent
9731330d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+3
-3
configure.ac
configure.ac
+3
-3
No files found.
configure
View file @
44bbbdab
...
...
@@ -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
...
...
configure.ac
View file @
44bbbdab
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment