aboutsummaryrefslogtreecommitdiffstats
path: root/ohoshell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ohoshell.sh')
-rw-r--r--ohoshell.sh2
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
36flex -o lex.yy.c lex.l 36flex -o lex.yy.c lex.l
37bison -o syntax.tab.c -d -v syntax.y -Wcounterexamples 37bison -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