mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-23 19:04:02 -05:00
update devkitPPC rulesets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user