mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
Also parse -Dfoo in libtcc_test_mt
otherwise the -DTCC_ARM_VFP doesn't get through.
This commit is contained in:
@@ -108,7 +108,8 @@ void parse_args(TCCState *s)
|
||||
*eq = 0;
|
||||
tcc_define_symbol(s, a+2, eq+1);
|
||||
*eq = '=';
|
||||
}
|
||||
} else
|
||||
tcc_define_symbol(s, a+2, NULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user