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
75b1cb10
Commit
75b1cb10
authored
Aug 29, 2016
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #23968, keep platform_triplet and multiarch macros in sync
parent
4e1de16f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
configure
configure
+2
-0
configure.ac
configure.ac
+2
-0
No files found.
configure
View file @
75b1cb10
...
...
@@ -5395,6 +5395,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
if
test
x
$PLATFORM_TRIPLET
!=
x
$MULTIARCH
;
then
as_fn_error
$?
"internal configure error for the platform triplet, please file a bug report"
"
$LINENO
"
5
fi
elif
test
x
$PLATFORM_TRIPLET
!=
x
&&
test
x
$MULTIARCH
=
x
;
then
MULTIARCH
=
$PLATFORM_TRIPLET
fi
if
test
x
$PLATFORM_TRIPLET
=
x
;
then
PLATDIR
=
plat-
$MACHDEP
...
...
configure.ac
View file @
75b1cb10
...
...
@@ -882,6 +882,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
AC_MSG_ERROR([internal configure error for the platform triplet, please file a bug report])
fi
elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
MULTIARCH=$PLATFORM_TRIPLET
fi
if test x$PLATFORM_TRIPLET = x; then
PLATDIR=plat-$MACHDEP
...
...
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