Fixed bug with handling of . and .. that was trashing the heap. Fixed soname of libgc...
[tpg/acess2.git] / Usermode / Libraries / libgcc.so_src / Makefile
index ada47db..e57f3a2 100644 (file)
@@ -8,7 +8,7 @@ OBJS = libgcc.o
 BIN = ../libgcc.so
 
 CFLAGS  += -Wall -Werror
-LDFLAGS += -soname libgcc.acess.so
+LDFLAGS += -soname libgcc.so
 
 .PHONY: all clean
 

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