From: Michael Brown Date: Tue, 27 Apr 2010 08:52:22 +0000 (+0100) Subject: [build] Fix building with binutils 2.16 X-Git-Tag: v1.20.1~2689 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d9a303248645af88cef9ffbf0a2f66c1bed8959;p=thirdparty%2Fipxe.git [build] Fix building with binutils 2.16 Signed-off-by: Michael Brown --- diff --git a/src/arch/i386/scripts/i386.lds b/src/arch/i386/scripts/i386.lds index 278a397ec..0ce2c10f1 100644 --- a/src/arch/i386/scripts/i386.lds +++ b/src/arch/i386/scripts/i386.lds @@ -24,6 +24,8 @@ SECTIONS { * */ + PROVIDE ( _max_align = 16 ); + /* * The prefix * @@ -169,7 +171,6 @@ SECTIONS { * */ - PROVIDE ( _max_align = 16 ); . = 0; . = ALIGN ( _max_align );