From 30351384b6c4c1af28b5ba5e285aca9e13547ebc Mon Sep 17 00:00:00 2001 From: "adam@algroup.co.uk" Date: Mon, 22 Feb 2010 12:36:42 +0000 Subject: [PATCH] correct paths for devkitPro Linux development environment --- common/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 3dbb55c0..7072ede5 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -41,7 +41,8 @@ PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME # You may/should set this in your environment -LIBGCC ?= $(shell $(CC) -print-libgcc-file-name) +LIBGCC ?= $(DEVKITARM)/lib/gcc/arm-eabi/4.4.2/libgcc.a +PATH := $(PATH):$(DEVKITARM)/bin else -- 2.39.2