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).
This commit is contained in:
parent
a9053f8f5d
commit
5e15ee3d38
3 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue