From 70022bad17be5403f1f3a51e18c76353e001f67e Mon Sep 17 00:00:00 2001 From: fzielcke Date: Thu, 11 Jun 2009 21:28:11 +0000 Subject: [PATCH] 2009-06-11 Felix Zielcke * conf/i386-ieee1275.rmk (COMMON_LDFLAGS): Remove `-static -lgcc'. git-svn-id: svn+ssh://svn.savannah.gnu.org/grub/trunk/grub2@2312 d0de0278-0dc1-4c01-8a07-af38b3205e46 --- ChangeLog | 4 ++++ conf/i386-ieee1275.rmk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5c9d61d9..9809b4f3 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 6e91b420..5a336995 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 -- 2.11.4.GIT