From 9bfaa5a199903960d559318e69e52fd0bc6715f8 Mon Sep 17 00:00:00 2001 From: Simon John Date: Tue, 23 Dec 2014 12:25:18 +0000 Subject: [PATCH] Missed xt-* in the Makefile! --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0c94576c..e889d7b8 100644 --- a/Makefile +++ b/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)