samples upd

git-svn-id: svn://kolibrios.org@6460 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl
2016-07-09 19:44:55 +00:00
parent 92054a7816
commit 26c74ab3f2
7 changed files with 175 additions and 17 deletions

View File

@@ -2126,6 +2126,12 @@ ST_FUNC int tcc_parse_args1(TCCState *s, int argc, char **argv)
int optind = 0;
ParseArgsState *pas = s->parse_args_state;
/*
#ifdef TCC_TARGET_MEOS
// siemargl testing
s->output_format = TCC_OUTPUT_FORMAT_COFF;
#endif
*/
while (optind < argc) {
r = argv[optind++];