Changes between Version 1 and Version 2 of Ticket #48857, comment 11


Ignore:
Timestamp:
Dec 5, 2017, 2:53:52 PM (6 years ago)
Author:
kencu (Ken)
Comment:

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.
     1The 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>.
    22
    3 But it appears the intrinsic `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.
     3But 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.
    44
    55I haven't delved into how the `muniversal` portgroup works, to know if that might help us here.