Changes between Initial Version and Version 1 of Ticket #59706, comment 12


Ignore:
Timestamp:
Nov 28, 2019, 8:05:50 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59706, comment 12

    initial v1  
    55
    66I think base could be messing us up there -- I have no idea what kind of mayhem throwing that flag into the build of gcc7/libgcc7 is going to do. I just don't think it belongs there, that's for sure.
     7
     8To get around that, I cleared all the flags
     9{{{
     10configure.cflags
     11configure.cxxflags
     12configure.ldfags
     13configure.optflags
     14}}}
     15
     16just have to let this build through on 10.5, and work through what this might do to 10.6 to 10.8 before I decide how to commit it