summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.12.8
diff options
context:
space:
mode:
authorTor Arne Vestbø <torarnv@gmail.com>2020-03-27 11:53:35 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-31 03:57:00 +0000
commit6a60192ac03d0b4ab542191065122243cebcd1ca (patch)
tree07309012790d15560d30aca682e77f2f77ef2db9 /dist/changes-5.12.8
parentf432c08882ffebe5074ea28de871559a98a4d094 (diff)
Pass SDK root to the linker as -isysroot, not -Wl,-syslibroot
The former option to clang will result in more options to the linker, such as the newly introduced -platform_version, which writes the SDK version to the resulting binary. By using the syslibroot flag directly we were missing the platform version, and binaries were left without an SDK version set, resulting in failed validation of the binary. Going with the clang driver gives us the right behavior for free. Fixes: QTBUG-83100 Change-Id: I98bc9ba644dae4bcc7a6a88481556bae185ce5fa Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'dist/changes-5.12.8')
0 files changed, 0 insertions, 0 deletions