]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Disable use of common symbols
authorMichael Brown <mcb30@ipxe.org>
Tue, 24 Jun 2025 12:32:49 +0000 (13:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 24 Jun 2025 13:40:57 +0000 (14:40 +0100)
commite5953ed7e6454fcab291635bfefd8e2affedd3d8
tree940bfe37be619ee756692b954a0dc0c1261e3f19
parent8df3b96402d1d35a4de928aaaca9f08018932fa3
[build] Disable use of common symbols

We no longer have any requirement for common symbols.  Disable common
symbols via the -fno-common compiler option, and simplify the test for
support of -fdata-sections (which can return a false negative when
common symbols are enabled).

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping