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:
parent
602d2b8dc2
commit
dc4bb0d43f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue