Actions
Bug #13443
closedgate build missing some NATIVE_LIBS
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Due to #13185 , linker -zassert-deflib
does not work properly with 64-bit objects and as a result there are a couple of places in gate where we're missing the required NATIVE_LIBS
definitions.
With a fixed toolchain, gate build currently fails.
Related issues
Updated by Andy Fiddaman over 2 years ago
- Related to Bug #13185: -zassert-deflib does not work for 64-bit objects added
Updated by Andy Fiddaman over 2 years ago
I've tested by doing a full gate build with a compiler patched for #13185, and a wsdiff which confirms that there are no changes (apart from the usual suspects like acpi)
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 2cbc828d66d6088914f685ae0e77169ecc9fc7f9
commit 2cbc828d66d6088914f685ae0e77169ecc9fc7f9 Author: Andy Fiddaman <omnios@citrus-it.co.uk> Date: 2021-01-12T13:38:22.000Z 13443 gate build missing some NATIVE_LIBS Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions