RetroArch/qb
Vladimir Serbinenko 4e24fb3d01
Add osx-ppc compilation for frontend (#13532)
* Fix old osx condition

Current code assumes that osx < 10.12 is equivalent to ppc osx. It's not
true as Leopard x86 is still < 10.12 but not ppc. As xcode compiles fat
binaries it includes osx x86 and compilation fails.

* Disable crtswitchres when no c++11 is available

Crtswitchres altually needs c++11. Since it's not that important to make
it compatible with lower c++, just disable if no c++11 is available

* Don't use firstObject on old Mac OS X.

It was introduced in 10.6, so on old ones just implement it ourselves

* Compile osx-ppc frontend

* osx-ppc: Build a fat binary

On 10.6 i386 xcode apparently refuses to build a pure ppc.
Settle for a fat binary.
2022-01-24 16:22:07 +01:00
..
config.comp.sh qb: Fix checking the CXX compiler 2018-05-03 12:24:32 -07:00
config.libs.sh Add osx-ppc compilation for frontend (#13532) 2022-01-24 16:22:07 +01:00
config.moc.sh qb: Fix the qt configure check with older compilers. 2020-01-14 21:01:50 -08:00
config.params.sh Add osx-ppc compilation for frontend (#13532) 2022-01-24 16:22:07 +01:00
qb.comp.sh qb: Don't set cc_works in test_compiler. 2020-01-15 09:23:49 -08:00
qb.init.sh qb: Update the exists function. 2020-01-14 10:20:35 -08:00
qb.libs.sh ./configure: Add BearSSL support 2020-09-20 16:58:07 +02:00
qb.make.sh qb: Refactor how config.h and config.mk are created. 2019-07-28 07:59:41 -07:00
qb.moc.sh qb: Allow multi argument CC and CXX. 2020-01-13 09:41:14 -08:00
qb.params.sh qb: Remove deprecated arguments. 2019-10-31 22:53:52 -07:00
qb.system.sh (QB) MacOS X 10.5's toolchain does not support extra languages, (#11917) 2021-01-21 06:50:35 +01:00