Author: hargut Date: 2009-08-26 17:35:36 +0200 (Wed, 26 Aug 2009) New Revision: 4584
Modified: trunk/coreboot-v2/Makefile Log: Set the LIBGCC_FILE_NAME to fix problems with libgcc.a.
Modified: trunk/coreboot-v2/Makefile =================================================================== --- trunk/coreboot-v2/Makefile 2009-08-26 14:11:48 UTC (rev 4583) +++ trunk/coreboot-v2/Makefile 2009-08-26 15:35:36 UTC (rev 4584) @@ -65,6 +65,7 @@ HOSTCXX = g++ HOSTCFLAGS := -I$(srck) -I$(objk) -g HOSTCXXFLAGS := -I$(srck) -I$(objk) +LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
DESTDIR = /opt