Skip to content

Commit

Permalink
correct paths for devkitPro Linux development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 22, 2010
1 parent 7b93d91 commit 3035138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3035138

Please sign in to comment.