Browse Source

[build] Fix building with binutils 2.16

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
2d9a303248
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/arch/i386/scripts/i386.lds

+ 2
- 1
src/arch/i386/scripts/i386.lds View File

@@ -24,6 +24,8 @@ SECTIONS {
24 24
      *
25 25
      */
26 26
 
27
+    PROVIDE ( _max_align = 16 );
28
+
27 29
     /*
28 30
      * The prefix
29 31
      *
@@ -169,7 +171,6 @@ SECTIONS {
169 171
      *
170 172
      */
171 173
 
172
-    PROVIDE ( _max_align = 16 );
173 174
     .			= 0;
174 175
 
175 176
     .			= ALIGN ( _max_align );

Loading…
Cancel
Save