fix llvm compatibility problems. Should compile now with llvm 3.8.0

up to llvm 8.0
This commit is contained in:
Hexcoder
2019-06-03 23:20:47 +02:00
parent b3a504248f
commit b4678b77f1
7 changed files with 13 additions and 45 deletions

View File

@ -296,8 +296,6 @@ static void edit_params(u32 argc, char** argv) {
if (maybe_linking) {
cc_params[cc_par_cnt++] = "-Wl,-znodelete";
if (x_set) {
cc_params[cc_par_cnt++] = "-x";
cc_params[cc_par_cnt++] = "none";