Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
misc
config
Commits
13acb20f
Commit
13acb20f
authored
Aug 25, 2016
by
Alan Modra
Committed by
Ben Elliston
Aug 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.sub: Don't match -le and -little for ppc.
Signed-off-by:
Ben Elliston
<
bje@gnu.org
>
parent
562f3512
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ChangeLog
ChangeLog
+4
-0
config.sub
config.sub
+3
-3
No files found.
ChangeLog
View file @
13acb20f
2016-08-25 Alan Modra <amodra@gmail.com>
* config.sub: Don't match -le and -little for ppc.
2016-07-07 Ben Elliston <bje@gnu.org>
2016-07-07 Ben Elliston <bje@gnu.org>
* testsuite/config-guess.data: Add ppc64le test case.
* testsuite/config-guess.data: Add ppc64le test case.
...
...
config.sub
View file @
13acb20f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.
# Copyright 1992-2016 Free Software Foundation, Inc.
timestamp
=
'2016-0
6
-2
0
'
timestamp
=
'2016-0
8
-2
5
'
# This file is free software; you can redistribute it and/or modify it
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# under the terms of the GNU General Public License as published by
...
@@ -1030,7 +1030,7 @@ case $basic_machine in
...
@@ -1030,7 +1030,7 @@ case $basic_machine in
ppc-
*
|
ppcbe-
*
)
ppc-
*
|
ppcbe-
*
)
basic_machine
=
powerpc-
`
echo
$basic_machine
|
sed
's/^[^-]*-//'
`
basic_machine
=
powerpc-
`
echo
$basic_machine
|
sed
's/^[^-]*-//'
`
;;
;;
ppcle
|
powerpclittle
|
ppc-le
|
powerpc-little
)
ppcle
|
powerpclittle
)
basic_machine
=
powerpcle-unknown
basic_machine
=
powerpcle-unknown
;;
;;
ppcle-
*
|
powerpclittle-
*
)
ppcle-
*
|
powerpclittle-
*
)
...
@@ -1040,7 +1040,7 @@ case $basic_machine in
...
@@ -1040,7 +1040,7 @@ case $basic_machine in
;;
;;
ppc64-
*
)
basic_machine
=
powerpc64-
`
echo
$basic_machine
|
sed
's/^[^-]*-//'
`
ppc64-
*
)
basic_machine
=
powerpc64-
`
echo
$basic_machine
|
sed
's/^[^-]*-//'
`
;;
;;
ppc64le
|
powerpc64little
|
ppc64-le
|
powerpc64-little
)
ppc64le
|
powerpc64little
)
basic_machine
=
powerpc64le-unknown
basic_machine
=
powerpc64le-unknown
;;
;;
ppc64le-
*
|
powerpc64little-
*
)
ppc64le-
*
|
powerpc64little-
*
)
...
...
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