FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/nucdemo/Makefile @ 82:dd13211c9f10
nuc-fw: building XIP code in Thumb as intended
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 17 Aug 2013 19:29:48 +0000 |
parents | 39b1c369b67f |
children |
comparison
equal
deleted
inserted
replaced
81:147861b15cda | 82:dd13211c9f10 |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
3 CPPFLAGS=-I../nucleus | 3 CPPFLAGS=-I../nucleus |
4 | 4 |
5 OBJS= demo.o | 5 OBJS= demo.o |
6 | 6 |
7 all: ${OBJS} | 7 all: ${OBJS} |