update devkitPPC rulesets

This commit is contained in:
Dave Murphy
2008-02-17 08:33:27 +00:00
parent 63952c3991
commit e72b5b62ee
3 changed files with 21 additions and 1 deletions

View File

@@ -8,9 +8,9 @@ export PATH := $(DEVKITPPC)/bin:$(PATH)
#---------------------------------------------------------------------------------
PREFIX := powerpc-gekko-
export AS := $(PREFIX)as
export CC := $(PREFIX)gcc
export CXX := $(PREFIX)g++
export AS := $(PREFIX)as
export AR := $(PREFIX)ar
export OBJCOPY := $(PREFIX)objcopy