diff options
Diffstat (limited to 'ohoshell.sh')
-rw-r--r-- | ohoshell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ohoshell.sh b/ohoshell.sh index 341b5ad..f45f584 100644 --- a/ohoshell.sh +++ b/ohoshell.sh | |||
@@ -36,7 +36,7 @@ esac | |||
36 | flex -o lex.yy.c lex.l | 36 | flex -o lex.yy.c lex.l |
37 | bison -o syntax.tab.c -d -v syntax.y -Wcounterexamples | 37 | bison -o syntax.tab.c -d -v syntax.y -Wcounterexamples |
38 | 38 | ||
39 | $compiler -o bcsh bcsh.c syntax.tab.c -Wall \ | 39 | $compiler -o bcsh bcsh.c cmd.c syntax.tab.c -Wall \ |
40 | --target=$targetPlatform \ | 40 | --target=$targetPlatform \ |
41 | --sysroot=$native/sysroot \ | 41 | --sysroot=$native/sysroot \ |
42 | -march=$arch -mfloat-abi=softfp \ No newline at end of file | 42 | -march=$arch -mfloat-abi=softfp \ No newline at end of file |