Changes between Version 1 and Version 2 of Ticket #37846, comment 14


Ignore:
Timestamp:
Apr 13, 2018, 4:36:32 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37846, comment 14

    v1 v2  
    1 gcc on macOS uses the ancient apple gcc assembler from about 1852. It is version 1.32, and hasn't been updated in years. The build of gcc-as in binutils is disabled as it is not apple-happy. I would love it if somebody would update that to something fresh.
     1gcc on macOS uses the ancient apple gcc assembler from about 1852. It is version 1.38, and hasn't been updated in years. The build of gcc-as in binutils is disabled as it is not apple-happy. I would love it if somebody would update that to something fresh.
    22
    33However, gcc accepts {{{-Wa,-q}}} which causes it to use {{{clang}}} as the assembler. So you can add that to the cflags and cxxflags on a gcc build, and if {{{clang}}} calls to some newish version of clang, you're good to go.