Use the interworking version of libgcc.a

This commit is contained in:
henryk@ploetzli.ch 2009-12-22 16:40:03 +00:00
parent 59936251ff
commit a665f74081

View file

@ -33,7 +33,7 @@ PATHSEP=/
FLASH_TOOL=client/flasher
DETECTED_OS=UNAME
# You may/should set this in your environment
LIBGCC ?= $(shell $(CC) -print-libgcc-file-name)
LIBGCC ?= $(shell $(CC) -print-file-name=interwork/libgcc.a)
else