Missed xt-* in the Makefile!
This commit is contained in:
parent
2f85f3de85
commit
9bfaa5a199
11
Makefile
11
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue