General Cleanup, Implemented DMA Allocation
[tpg/acess2.git] / Modules / Makefile.tpl
index 64cf4b5..7d20cd3 100644 (file)
@@ -23,7 +23,8 @@ clean:
 
 $(BIN): $(OBJ)
        @echo --- $(LD) -o $@
-       @$(LD) -T ../link.ld -shared -o $@ $(OBJ)
+       @$(LD) -T ../link.ld -shared -nostdlib -o $@ $(OBJ)
+#      @$(LD) -shared -nostdlib -o $@ $(OBJ)
        @echo --- $(LD) -o $(KOBJ)
        @$(CC) -Wl,-r -nostdlib -o $(KOBJ) $(OBJ)
 

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