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:
izsh@fail0verflow.com 2010-02-26 13:06:07 +00:00
parent 212ef3a04d
commit a63deed172

View file

@ -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