mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-03-07 16:56:59 +01:00
Fixed indentation for pnacl configuration
This commit is contained in:
parent
7187b74cf4
commit
c1d29725a8
26
build-scripts/config.sub
vendored
26
build-scripts/config.sub
vendored
@ -367,11 +367,11 @@ case $basic_machine in
|
|||||||
basic_machine=i686-pc
|
basic_machine=i686-pc
|
||||||
os=-nacl
|
os=-nacl
|
||||||
;;
|
;;
|
||||||
pnacl*)
|
pnacl*)
|
||||||
# le32-unknown-pnacl comes from http://www.chromium.org/nativeclient/pnacl/stability-of-the-pnacl-bitcode-abi
|
# le32-unknown-pnacl comes from http://www.chromium.org/nativeclient/pnacl/stability-of-the-pnacl-bitcode-abi
|
||||||
basic_machine=le32-unknown
|
basic_machine=le32-unknown
|
||||||
os=-pnacl
|
os=-pnacl
|
||||||
;;
|
;;
|
||||||
# Object if more than one company name word.
|
# Object if more than one company name word.
|
||||||
*-*-*)
|
*-*-*)
|
||||||
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
|
||||||
@ -856,10 +856,10 @@ case $basic_machine in
|
|||||||
basic_machine=le32-unknown
|
basic_machine=le32-unknown
|
||||||
os=-nacl
|
os=-nacl
|
||||||
;;
|
;;
|
||||||
pnacl)
|
pnacl)
|
||||||
basic_machine=le32-unknown
|
basic_machine=le32-unknown
|
||||||
os=-pnacl
|
os=-pnacl
|
||||||
;;
|
;;
|
||||||
ncr3000)
|
ncr3000)
|
||||||
basic_machine=i486-ncr
|
basic_machine=i486-ncr
|
||||||
os=-sysv4
|
os=-sysv4
|
||||||
@ -1404,9 +1404,9 @@ case $os in
|
|||||||
-nacl*)
|
-nacl*)
|
||||||
os=-nacl
|
os=-nacl
|
||||||
;;
|
;;
|
||||||
-pnacl*)
|
-pnacl*)
|
||||||
os=-pnacl
|
os=-pnacl
|
||||||
;;
|
;;
|
||||||
-nto-qnx*)
|
-nto-qnx*)
|
||||||
;;
|
;;
|
||||||
-nto*)
|
-nto*)
|
||||||
@ -1532,7 +1532,7 @@ case $os in
|
|||||||
os=-nacl
|
os=-nacl
|
||||||
;;
|
;;
|
||||||
-pnacl*)
|
-pnacl*)
|
||||||
os=-pnacl
|
os=-pnacl
|
||||||
;;
|
;;
|
||||||
-none)
|
-none)
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user