]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Fix building with binutils 2.16
authorMichael Brown <mcb30@ipxe.org>
Tue, 27 Apr 2010 08:52:22 +0000 (09:52 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 27 Apr 2010 08:52:22 +0000 (09:52 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/scripts/i386.lds

index 278a397ecddf0ccfa214dd035d8ebe293ff0dba8..0ce2c10f1b54be07c5511e6e40738b81aee1a0d8 100644 (file)
@@ -24,6 +24,8 @@ SECTIONS {
      *
      */
 
+    PROVIDE ( _max_align = 16 );
+
     /*
      * The prefix
      *
@@ -169,7 +171,6 @@ SECTIONS {
      *
      */
 
-    PROVIDE ( _max_align = 16 );
     .                  = 0;
 
     .                  = ALIGN ( _max_align );