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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user