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
AR = xt-ar
CC = xt-xcc
NM = xt-nm
CPP = xt-cpp
OBJCOPY = xt-objcopy
#MAKE = xt-make
AR = xtensa-lx106-elf-ar
CC = xtensa-lx106-elf-gcc
NM = xtensa-lx106-elf-nm
CPP = xtensa-lx106-elf-cpp
OBJCOPY = xtensa-lx106-elf-objcopy
CSRCS ?= $(wildcard *.c)
ASRCs ?= $(wildcard *.s)