diff options
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/stage1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/stage1.sh b/bootstrap/stage1.sh index a41b952..d45ad4a 100644 --- a/bootstrap/stage1.sh +++ b/bootstrap/stage1.sh @@ -22,7 +22,7 @@ cross_tools_binutils () { ../configure \ --prefix=${CROSS_TOOLS} \ --target=${TARGET} \ - --host=${HOST} + --host=${HOST} \ --with-sysroot=${CROSS_TOOLS}/${TARGET} \ --disable-nls \ --disable-multilib \ |