Changes between Initial Version and Version 1 of Ticket #56991, comment 29
- Timestamp:
- Sep 21, 2019, 4:32:21 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56991, comment 29
initial v1 3 3 append_to_environment_value configure "LDFLAGS" -Wc,-isysroot,${configure.sdkroot} 4 4 }}} 5 is correct. `db48`'s li nktool is not supposed to be driving `ld` itself directly. It is supposed to be sending the information to the compiler to do the link.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. 6 6 7 7 I think I had a bit that forced `db48`'s libtool to do the right thing somewhere.