From a63deed1722fbe3f08d72400793197200ba58062 Mon Sep 17 00:00:00 2001 From: "izsh@fail0verflow.com" Date: Fri, 26 Feb 2010 13:06:07 +0000 Subject: [PATCH] common/Makefile.common: Revert the DEVKITARM change. Just need to put the cross compiler in the path. No need to hardcode for a given distribution and a given version. --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 7072ede5..6fb2045f 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -41,7 +41,7 @@ PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME # You may/should set this in your environment -LIBGCC ?= $(DEVKITARM)/lib/gcc/arm-eabi/4.4.2/libgcc.a +LIBGCC ?= $(shell $(CC) -print-libgcc-file-name) PATH := $(PATH):$(DEVKITARM)/bin else -- 2.39.2