configure: Match power*64* as ppc64
Change-Id: Ie640dff50a5db935bb57c5a2570b423ce8946f2c
This commit is contained in:
@@ -674,7 +674,6 @@ check_xcode_minimum_version() {
|
|||||||
process_common_toolchain() {
|
process_common_toolchain() {
|
||||||
if [ -z "$toolchain" ]; then
|
if [ -z "$toolchain" ]; then
|
||||||
gcctarget="${CHOST:-$(gcc -dumpmachine 2> /dev/null)}"
|
gcctarget="${CHOST:-$(gcc -dumpmachine 2> /dev/null)}"
|
||||||
|
|
||||||
# detect tgt_isa
|
# detect tgt_isa
|
||||||
case "$gcctarget" in
|
case "$gcctarget" in
|
||||||
aarch64*)
|
aarch64*)
|
||||||
@@ -697,6 +696,9 @@ process_common_toolchain() {
|
|||||||
*sparc*)
|
*sparc*)
|
||||||
tgt_isa=sparc
|
tgt_isa=sparc
|
||||||
;;
|
;;
|
||||||
|
power*64*-*)
|
||||||
|
tgt_isa=ppc64
|
||||||
|
;;
|
||||||
power*)
|
power*)
|
||||||
tgt_isa=ppc
|
tgt_isa=ppc
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user