Missed xt-* in the Makefile!

This commit is contained in:
Simon John 2014-12-23 12:25:18 +00:00
parent 2f85f3de85
commit 9bfaa5a199
1 changed files with 5 additions and 6 deletions

View File

@ -4,12 +4,11 @@ ifndef PDIR
endif endif
AR = xt-ar AR = xtensa-lx106-elf-ar
CC = xt-xcc CC = xtensa-lx106-elf-gcc
NM = xt-nm NM = xtensa-lx106-elf-nm
CPP = xt-cpp CPP = xtensa-lx106-elf-cpp
OBJCOPY = xt-objcopy OBJCOPY = xtensa-lx106-elf-objcopy
#MAKE = xt-make
CSRCS ?= $(wildcard *.c) CSRCS ?= $(wildcard *.c)
ASRCs ?= $(wildcard *.s) ASRCs ?= $(wildcard *.s)