From a665f74081aaaa3a02b6760776e19d388cb89704 Mon Sep 17 00:00:00 2001 From: "henryk@ploetzli.ch" Date: Tue, 22 Dec 2009 16:40:03 +0000 Subject: [PATCH] Use the interworking version of libgcc.a --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index c2903a8f..66bdddab 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -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 -- 2.39.2