fix #218 for GCC plugin

This commit is contained in:
Andrea Fioraldi
2020-03-01 11:51:15 +01:00
parent d946be29b9
commit 59b80cb01e

View File

@ -41,6 +41,7 @@ static u8* obj_path; /* Path to runtime libraries */
static u8** cc_params; /* Parameters passed to the real CC */
static u32 cc_par_cnt = 1; /* Param count, including argv0 */
u8 use_stdin = 0; /* dummy */
u8 be_quiet;
/* Try to find the runtime libraries. If that fails, abort. */