mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 02:10:25 +03:00
[build] Fix building with binutils 2.16
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -24,6 +24,8 @@ SECTIONS {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
PROVIDE ( _max_align = 16 );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The prefix
|
* The prefix
|
||||||
*
|
*
|
||||||
@@ -169,7 +171,6 @@ SECTIONS {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PROVIDE ( _max_align = 16 );
|
|
||||||
. = 0;
|
. = 0;
|
||||||
|
|
||||||
. = ALIGN ( _max_align );
|
. = ALIGN ( _max_align );
|
||||||
|
|||||||
Reference in New Issue
Block a user