mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-24 02:54:24 -05:00
add $(AS) to exports
This commit is contained in:
parent
013f07dfd5
commit
b670d5ba01
|
|
@ -10,6 +10,7 @@ PREFIX := powerpc-gekko-
|
|||
|
||||
export CC := $(PREFIX)gcc
|
||||
export CXX := $(PREFIX)g++
|
||||
export AS := $(PREFIX)as
|
||||
export AR := $(PREFIX)ar
|
||||
export OBJCOPY := $(PREFIX)objcopy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user