mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
CONFIGURE: Use "powerpc" instead of "ppc" as config.guess outputs
powerpc-* targets get detected properly again now
This commit is contained in:
parent
79c902338b
commit
e10512c8b9
12
configure
vendored
12
configure
vendored
@ -1318,7 +1318,7 @@ ds)
|
||||
;;
|
||||
gamecube)
|
||||
_host_os=gamecube
|
||||
_host_cpu=ppc
|
||||
_host_cpu=powerpc
|
||||
_host_alias=powerpc-eabi
|
||||
;;
|
||||
gp2x)
|
||||
@ -1386,7 +1386,7 @@ openpandora)
|
||||
;;
|
||||
ppc-amigaos)
|
||||
_host_os=amigaos
|
||||
_host_cpu=ppc
|
||||
_host_cpu=powerpc
|
||||
;;
|
||||
ps2)
|
||||
_host_os=ps2
|
||||
@ -1398,7 +1398,7 @@ ps2)
|
||||
;;
|
||||
ps3)
|
||||
_host_os=ps3
|
||||
_host_cpu=ppc
|
||||
_host_cpu=powerpc
|
||||
_host_alias=powerpc64-ps3-elf
|
||||
|
||||
# The prefix is always the same on PS3 so we hardcode the default
|
||||
@ -1444,7 +1444,7 @@ webos)
|
||||
;;
|
||||
wii)
|
||||
_host_os=wii
|
||||
_host_cpu=ppc
|
||||
_host_cpu=powerpc
|
||||
_host_alias=powerpc-eabi
|
||||
;;
|
||||
wince)
|
||||
@ -2004,7 +2004,7 @@ cc_check_clean tmp_find_type_with_size.cpp
|
||||
# for the smaller sizes.
|
||||
echo_n "Alignment required... "
|
||||
case $_host_cpu in
|
||||
i[3-6]86 | amd64 | x86_64 | ppc*)
|
||||
i[3-6]86 | amd64 | x86_64 | powerpc*)
|
||||
# Unaligned access should work
|
||||
_need_memalign=no
|
||||
;;
|
||||
@ -2047,7 +2047,7 @@ case $_host_cpu in
|
||||
echo "MIPS"
|
||||
DEFINES="$DEFINES -DMIPS_TARGET"
|
||||
;;
|
||||
ppc*)
|
||||
powerpc*)
|
||||
echo "PowerPC"
|
||||
DEFINES="$DEFINES -DPPC_TARGET"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user