Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4584 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Harald Gutmann 2009-08-26 15:35:36 +00:00
parent 602d2b8dc2
commit dc4bb0d43f
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ HOSTCC = gcc
HOSTCXX = g++
HOSTCFLAGS := -I$(srck) -I$(objk) -g
HOSTCXXFLAGS := -I$(srck) -I$(objk)
LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
DESTDIR = /opt