add $(AS) to exports

This commit is contained in:
Dave Murphy 2008-02-08 18:46:32 +00:00
parent 013f07dfd5
commit b670d5ba01

View File

@ -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