tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [PATCH] add ".i" extension as alias for ".c" file extensi


From: Sergey Korshunoff
Subject: [Tinycc-devel] [PATCH] add ".i" extension as alias for ".c" file extension
Date: Sat, 27 Dec 2014 17:56:26 +0300

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]