FreeCalypso > hg > freecalypso-tools
comparison target-utils/libprintf/Makefile @ 98:5aff772ff84d
target-utils: buzplayer converted to our own libc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 31 Oct 2016 23:55:28 +0000 |
parents | e7502631a0f9 |
children |
comparison
equal
deleted
inserted
replaced
97:202b5aa009bc | 98:5aff772ff84d |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CFLAGS= -Os -fno-builtin | 2 CFLAGS= -Os -fno-builtin |
3 CPPFLAGS=-I../include | |
3 AR= arm-elf-ar | 4 AR= arm-elf-ar |
4 RANLIB= arm-elf-ranlib | 5 RANLIB= arm-elf-ranlib |
5 | 6 |
6 OBJS= doprnt.o printf.o putchar.o puts.o sprintf.o sprintf_putchar.o \ | 7 OBJS= doprnt.o printf.o putchar.o puts.o sprintf.o sprintf_putchar.o \ |
7 vprintf.o vsprintf.o | 8 vprintf.o vsprintf.o |