[build] Fix building with binutils 2.16

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/1/head
Michael Brown 2010-04-27 09:52:22 +01:00
parent 61206c245d
commit 2d9a303248
1 changed files with 2 additions and 1 deletions

View File

@ -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 );