FreeCalypso > hg > freecalypso-sw
view nuc-fw/sprintf/Makefile @ 119:dd56546ad9e0
starting to compile RVF
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Oct 2013 23:19:21 +0000 |
parents | dd13211c9f10 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= doprnt.o sprintf.o vsprintf.o all: libsprintf.a libsprintf.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs