update patchsets for devkitARM r27 alpha

This commit is contained in:
Dave Murphy
2009-08-26 13:41:15 +00:00
parent 5ec7937302
commit f8be9f2f9b
5 changed files with 18 additions and 201 deletions

View File

@@ -1,8 +1,8 @@
#---------------------------------------------------------------------------------
# path to tools - this can be deleted if you set the path in windows
# path to tools
#---------------------------------------------------------------------------------
export PATH := $(DEVKITARM)/bin:$(PATH)
export PATH := $(DEVKITARM)/bin:$(DEVKITPRO)/portlibs/arm/bin:$(PATH)
export PORTLIBS := $(DEVKITPRO)/portlibs/arm
#---------------------------------------------------------------------------------
# the prefix on the compiler executables
#---------------------------------------------------------------------------------