Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Usermode / Libraries / libgcc.so_src / Makefile
1 #
2 # libgcc
3 #
4
5 -include ../Makefile.cfg
6
7 OBJ = libgcc.o
8 BIN = libgcc.so
9
10 CFLAGS  += -Wall -Werror
11 LDFLAGS += -soname libgcc.so
12
13 include ../Makefile.tpl
14

UCC git Repository :: git.ucc.asn.au