From 2f1174550e9b2356b7cebe9346858b1f1155520e Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 1 Oct 2016 20:49:38 +0200 Subject: libtcc: -Wl,... incremental parsing parse -Wl linker options immediately --- tcc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 19093e1..2c38fa5 100644 --- a/tcc.h +++ b/tcc.h @@ -762,10 +762,7 @@ struct TCCState { int do_bench; /* option -bench */ int gen_deps; /* option -MD */ char *deps_outfile; /* option -MF */ - - int args_pthread; /* -pthread option */ - CString linker_arg; /* collect -Wl options for input such as "-Wl,-rpath -Wl," */ - int args_ref; /* tcc_parse_args recursive counter */ + int option_pthread; /* -pthread option */ }; struct filespec { -- cgit v1.3.1