diff --git a/ChangeLog b/ChangeLog index 5c9d61d99..9809b4f34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-11 Felix Zielcke + + * conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'. + 2009-06-11 Pavel Roskin * Makefile.in: Don't rely on any scripts being executable. diff --git a/conf/i386-ieee1275.rmk b/conf/i386-ieee1275.rmk index 6e91b420c..5a336995f 100644 --- a/conf/i386-ieee1275.rmk +++ b/conf/i386-ieee1275.rmk @@ -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