Add a ".i" extension as alias for ".c":  GCC and file extensions
    .i  C source code which should not be preprocessed.

Before a patch:
# ./tcc -E tccasm.c -o tccasm.i
# ./tcc -c tccasm.i -o tccasm.o
tccasm.i:1: error: unrecognized file type

Attachment: 2014-12-27-04-i-as-file-ext.patch
Description: Binary data

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to