Changes between Version 1 and Version 2 of Ticket #56991, comment 29
- Timestamp:
- Sep 22, 2019, 4:09:32 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56991, comment 29
v1 v2 3 3 append_to_environment_value configure "LDFLAGS" -Wc,-isysroot,${configure.sdkroot} 4 4 }}} 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.5 is correct. `db48`'s libtool is not supposed to be changing the flag to redirect -isysroot to the linker. 6 6 7 7 I think I had a bit that forced `db48`'s libtool to do the right thing somewhere.