TrenchBoot / landing-zone

An open source implementation of an AMD-V Secure Loader.
GNU General Public License v2.0
23 stars 7 forks source link

build: make extern variables hidden too #20

Closed krystian-hebel closed 4 years ago

krystian-hebel commented 4 years ago

Extern variables, unless specified otherwise, use default visibility even with -fvisibility=hidden.

This commit fixes booting for 32b builds.

Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com

krystian-hebel commented 4 years ago

Superseded by #21