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


Ignore:
Timestamp:
Sep 21, 2019, 4:32:21 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 29

    initial v1  
    33append_to_environment_value configure "LDFLAGS" -Wc,-isysroot,${configure.sdkroot}
    44}}}
    5 is correct. `db48`'s linktool 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 driving `ld` itself directly. It is supposed to be sending the information to the compiler to do the link.
    66
    77I think I had a bit that forced `db48`'s libtool to do the right thing somewhere.