Skip to content
Snippets Groups Projects
Commit 5003ebc9 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

board: redbee-econotag: fix Makefile for newlib

parent 3b94a0d4
Branches
No related tags found
No related merge requests found
## the cpu to build for
export CPU = mc1322x
# Target triple for the build. Use arm-none-eabi if you are unsure.
export TARGET_TRIPLE ?= arm-none-eabi
# toolchain config
export PREFIX = arm-none-eabi-
export PREFIX = $(if $(TARGET_TRIPLE),$(TARGET_TRIPLE)-)
export CC = $(PREFIX)gcc
export AR = $(PREFIX)ar
export CFLAGS += -march=armv4t -mtune=arm7tdmi-s -mlong-calls \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment