From 361b53a64e0ea4aedecfca6c5dba8daa90db5975 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 21 Jan 2015 17:43:39 -0800 Subject: [PATCH] Remove -Wa,-Wl flags from tendra cmdline --- modules/compiler_vm/languages/tendra.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/compiler_vm/languages/tendra.pm b/modules/compiler_vm/languages/tendra.pm index ec1eff99..e9f3c4b0 100755 --- a/modules/compiler_vm/languages/tendra.pm +++ b/modules/compiler_vm/languages/tendra.pm @@ -12,7 +12,7 @@ sub initialize { $self->{sourcefile} = 'prog.c'; $self->{execfile} = 'prog'; $self->{default_options} = '-Xp -Yansi'; - $self->{cmdline} = 'tcc -Wa,-32 -Wl,-melf_i386 -g $sourcefile $options -o $execfile'; + $self->{cmdline} = 'tcc $sourcefile $options -o $execfile'; $self->{prelude} = <<'END'; #include