]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-08-04 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Mon, 4 Aug 2008 11:38:45 +0000 (11:38 +0000)
committerrobertmh <robertmh@localhost>
Mon, 4 Aug 2008 11:38:45 +0000 (11:38 +0000)
        * conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
        (COMMON_LDFLAGS): Harmonize with i386-pc version (fixes a code
        corruption problem).

ChangeLog
conf/i386-coreboot.mk
conf/i386-coreboot.rmk

index 33a5abbfb0720dc06b10253123dc2a360328133b..6e5bbeefcb6e6f58c7ca33dda5eed82868f0dc6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-04  Robert Millan  <rmh@aybabtu.com>
+
+       * conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
+       (COMMON_LDFLAGS): Harmonize with i386-pc version (fixes a code
+       corruption problem).
+
 2008-08-04  Robert Millan  <rmh@aybabtu.com>
 
        * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Fix misc
index 3fbce3630594302774d30356034e38143fae0ce7..e01f4e8101e03771c11d8215665b12e23339c997 100644 (file)
@@ -1,9 +1,9 @@
 # -*- makefile -*-
 # Generated by genmk.rb, please don't edit!
 
-COMMON_ASFLAGS = -m32 -nostdinc -fno-builtin
-COMMON_CFLAGS  = -ffreestanding -mrtd -mregparm=3
-COMMON_LDFLAGS = -nostdlib -static -lgcc
+COMMON_ASFLAGS = -nostdinc -fno-builtin -m32
+COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
+COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h
index 01f3165a1a7bde0dde6d42c37c9f85935ba7b9dc..c4dc567be6f8d33e560271db9c53c758ae884b74 100644 (file)
@@ -1,8 +1,8 @@
 # -*- makefile -*-
 
-COMMON_ASFLAGS = -m32 -nostdinc -fno-builtin
-COMMON_CFLAGS  = -ffreestanding -mrtd -mregparm=3
-COMMON_LDFLAGS = -nostdlib -static -lgcc
+COMMON_ASFLAGS = -nostdinc -fno-builtin -m32
+COMMON_CFLAGS = -fno-builtin -mrtd -mregparm=3 -m32
+COMMON_LDFLAGS = -m32 -nostdlib
 
 # Used by various components.  These rules need to precede them.
 normal/lexer.c_DEPENDENCIES = grub_script.tab.h