aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2016-10-01 20:49:38 +0200
committergrischka <grischka>2016-10-01 20:49:38 +0200
commit2f1174550e9b2356b7cebe9346858b1f1155520e (patch)
tree4bc30e1ddd0570c2c0dc523bbd35d52496b1f4be /tcc.h
parent2d6aa65067b6d1127abb62bd11d2ddaf6b4cf492 (diff)
downloadtinycc-2f1174550e9b2356b7cebe9346858b1f1155520e.tar.gz
tinycc-2f1174550e9b2356b7cebe9346858b1f1155520e.tar.bz2
libtcc: -Wl,... incremental parsing
parse -Wl linker options immediately
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h5
1 files changed, 1 insertions, 4 deletions
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,<path>" */
- int args_ref; /* tcc_parse_args recursive counter */
+ int option_pthread; /* -pthread option */
};
struct filespec {