Changes between Version 1 and Version 2 of Ticket #48857, comment 11
- Timestamp:
- Dec 5, 2017, 2:53:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48857, comment 11
v1 v2 1 The functionality that supports darwin specifics is in this file `gcc/config/darwin-driver.c`. Here's a URL that links to that source <https://code.woboq.org/gcc/gcc/config/darwin-driver.c.html>. I saw this before, and had to modify it a bit to build gcc6 on Tiger Intel.1 The functionality that supports darwin specifics is in this file `gcc/config/darwin-driver.c`. Here's a URL that links to that source <https://code.woboq.org/gcc/gcc/config/darwin-driver.c.html>. 2 2 3 But it appears the int rinsic`lipo` stage has not been included, so multiple archs can't be spec'd by default in gcc. Perhaps that is a deal-breaker for this to work. If so, too bad. I was hoping it might be possible.3 But it appears the integrated `lipo` stage has not been included, so multiple archs can't be spec'd by default in gcc. Perhaps that is a deal-breaker for this to work. If so, too bad. I was hoping it might be possible. 4 4 5 5 I haven't delved into how the `muniversal` portgroup works, to know if that might help us here.