Hello,

See the attached (trivial) patch, inspired by the older buildsystem.
This fixes Myles' and my compilation issues.

-- 
Signed-off-by: Cristi Magherusan <cristi.magheru...@net.utcluj.ro>
From da7c36bac330126373c02fbc801c084f7bc336e3 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Cristi=20M=C4=83gheru=C8=99an?= <cristi.magheru...@net.utcluj.ro>
Date: Wed, 26 Aug 2009 18:08:18 +0300
Subject: [PATCH] added libgcc to Kbuild

---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index e8af463..aa4e8ab 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,8 @@ HOSTCXX = g++
 HOSTCFLAGS := -I$(srck) -I$(objk) -g
 HOSTCXXFLAGS := -I$(srck) -I$(objk)
 
+LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
+
 DESTDIR = /opt
 
 DOXYGEN := doxygen
-- 
1.6.0.4

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to