fix compiling under MAC OSX

This commit is contained in:
roel@libnfc.org 2011-09-05 11:44:45 +00:00
commit 38c4979dae
3 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ platform = $(shell uname)
all:
CROSS ?= arm-eabi-
CROSS ?= arm-none-eabi-
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld