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
..
2020-08-03 15:51:07 +02:00
2020-08-30 05:29:32 +02:00
2018-05-12 19:24:04 +02:00
2020-07-07 03:02:55 +02:00
2017-12-12 00:24:18 -08:00
2021-03-31 13:13:27 +02:00
2021-03-31 13:13:27 +02:00
2021-09-26 22:28:28 +02:00
2020-01-06 00:33:28 +01:00
2020-03-07 17:30:56 +01:00
2021-09-29 17:48:58 +02:00
2021-09-26 22:28:28 +02:00
2018-04-18 07:53:25 +02:00
2020-07-18 16:54:14 +02:00
2019-02-03 16:00:50 -08:00
2021-03-25 16:19:42 +00:00
2021-03-25 16:19:42 +00:00
2020-07-18 16:54:14 +02:00
2020-08-03 16:33:54 +02:00
2018-05-13 21:35:18 +02:00
2020-07-07 03:02:55 +02:00
2019-01-17 19:39:38 -08:00