Usermode/libc - ftoa() fixes, current test set passes
[tpg/acess2.git] / Usermode / Libraries / Makefile.tpl
index 21f805c..f0084e2 100644 (file)
@@ -78,7 +78,7 @@ $(OUTPUTDIR)Libs/%:
 
 obj-native/%.no: %.c
        @mkdir -p $(dir $@)
-       $(NCC) -c $< -o $@ -MD -MP -MF [email protected]
+       $(NCC) -c $< -o $@ -Wall -std=gnu99 -MD -MP -MF [email protected]
 
 TEST_%: obj-native/TEST_%.no obj-native/%.no
        $(NCC) -o $@ $^

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