summaryrefslogtreecommitdiff
path: root/lcc/lin-aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcc/lin-aout.c')
-rw-r--r--lcc/lin-aout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcc/lin-aout.c b/lcc/lin-aout.c
index f1ac88ad..e3f2a585 100644
--- a/lcc/lin-aout.c
+++ b/lcc/lin-aout.c
@@ -17,7 +17,7 @@ char *include[] = { "-I" LCCDIR "include", "-I/usr/local/include",
"-I/usr/include", 0 };
char *com[] = { LCCDIR "rcc", "-target=x86/nasm",
"$1", "$2", "$3", 0 };
-char *as[] = { NASMPATH, "-faout", "-o", "$3", "$1", "$2", 0 };
+char *as[] = { NASMPATH, "-a", "-faout", "-o", "$3", "$1", "$2", 0 };
char *ld[] = { "/usr/bin/ld", "-m", "i386linux",
"-L/usr/i486-linuxaout/lib",
"-o", "$3", "$1",