2009-06-11 Felix Zielcke <fzielcke@z-51.de>
* conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.
This commit is contained in:
parent
c1cb63ba4e
commit
5225e649b1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-06-11 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'.
|
||||
|
||||
2009-06-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: Don't rely on any scripts being executable.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
COMMON_ASFLAGS = -m32 -nostdinc -fno-builtin
|
||||
COMMON_CFLAGS = -ffreestanding -mrtd -mregparm=3
|
||||
COMMON_LDFLAGS = -nostdlib -static -lgcc
|
||||
COMMON_LDFLAGS = -nostdlib
|
||||
|
||||
# Used by various components. These rules need to precede them.
|
||||
script/sh/lexer.c_DEPENDENCIES = grub_script.tab.h
|
||||
|
|
Loading…
Reference in a new issue