1
0

Fixup for latest Arch ARM toolchain

This commit is contained in:
2014-09-08 19:42:05 -04:00
parent b51f8f8422
commit 884913b350
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ SUBDIRS := kernel
include $(BASEDIR)/header.mk
# Architecture-specific definitions
CROSS_COMPILE ?= arm-elf-
ARCH_KCFLAGS =
CROSS_COMPILE ?= arm-none-eabi-
ARCH_KLDFLAGS = -L /usr/lib/gcc/arm-none-eabi/4.9.1
ARCH_EXTRA_LIBS = -lgcc
OBJS_$(d) := $(d)/start.o