Changes between Version 1 and Version 2 of Ticket #58439, comment 1


Ignore:
Timestamp:
May 4, 2019, 10:38:32 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58439, comment 1

    v1 v2  
    1 Due to a number of reported assembler errors (& numerous tickets) when trying to compile newer code with gcc (Fortan, mostly, as I recall), the assember in the cctools port was tweaked to call clang as the assember if it was installed, instead of using the built-in ancient `gas` assembler. 
     1Due to a number of reported assembler errors (& numerous tickets) when trying to compile newer code with gcc (Fortan, mostly, as I recall), the assember in the cctools port was tweaked to call clang as the assember if it was installed, instead of using the built-in ancient `gas` assembler.  A specific MacPorts clang was baked in, and if not that, a suitable system clang if new enough, and if not that, then fall back to `gas` as previously.
    22
    33<https://github.com/macports/macports-ports/commit/7aa2ff679e61f923475b6c2a56958da61205430b#diff-b4eaceceeee7a044c27192b65d64a2a9>.