diff --git a/common/Makefile.common b/common/Makefile.common index c2903a8f1..66bdddab9 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