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
ee8e17f9
Commit
ee8e17f9
authored
Aug 29, 2016
by
Mark Dickinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge heads
parents
82a95277
75b1cb10
Changes
2
Hide 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 @
ee8e17f9
...
@@ -5395,6 +5395,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
...
@@ -5395,6 +5395,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
if
test
x
$PLATFORM_TRIPLET
!=
x
$MULTIARCH
;
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
as_fn_error
$?
"internal configure error for the platform triplet, please file a bug report"
"
$LINENO
"
5
fi
fi
elif
test
x
$PLATFORM_TRIPLET
!=
x
&&
test
x
$MULTIARCH
=
x
;
then
MULTIARCH
=
$PLATFORM_TRIPLET
fi
fi
if
test
x
$PLATFORM_TRIPLET
=
x
;
then
if
test
x
$PLATFORM_TRIPLET
=
x
;
then
PLATDIR
=
plat-
$MACHDEP
PLATDIR
=
plat-
$MACHDEP
...
...
configure.ac
View file @
ee8e17f9
...
@@ -882,6 +882,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
...
@@ -882,6 +882,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
AC_MSG_ERROR([internal configure error for the platform triplet, please file a bug report])
AC_MSG_ERROR([internal configure error for the platform triplet, please file a bug report])
fi
fi
elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
MULTIARCH=$PLATFORM_TRIPLET
fi
fi
if test x$PLATFORM_TRIPLET = x; then
if test x$PLATFORM_TRIPLET = x; then
PLATDIR=plat-$MACHDEP
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