Changes between Version 1 and Version 2 of Ticket #56991, comment 29


Ignore:
Timestamp:
Sep 22, 2019, 4:09:32 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 29

    v1 v2  
    33append_to_environment_value configure "LDFLAGS" -Wc,-isysroot,${configure.sdkroot}
    44}}}
    5 is correct. `db48`'s libtool is not supposed to be driving `ld` itself directly. It is supposed to be sending the information to the compiler to do the link.
     5is correct. `db48`'s libtool is not supposed to be changing the flag to redirect -isysroot to the linker.
    66
    77I think I had a bit that forced `db48`'s libtool to do the right thing somewhere.