mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix cross-development not building binutils with --disable-werror.
This commit is contained in:
parent
8591bcef7b
commit
e01fb1bc06
1 changed files with 2 additions and 3 deletions
|
@ -131,7 +131,7 @@ you can build binutils out-of-directory using these commands:
|
|||
--target=$SORTIX_PLATFORM \
|
||||
--with-sysroot="$SYSROOT" \
|
||||
--prefix="$CROSS_PREFIX" \
|
||||
--program-prefix=$SORTIX_PLATFORM- &&
|
||||
--disable-werror &&
|
||||
make &&
|
||||
make install
|
||||
|
||||
|
@ -152,8 +152,7 @@ you can build gcc out-of-directory using these commands.
|
|||
--target=$SORTIX_PLATFORM \
|
||||
--with-sysroot=$SYSROOT \
|
||||
--prefix="$CROSS_PREFIX" \
|
||||
--enable-languages=c,c++ \
|
||||
--program-prefix=$SORTIX_PLATFORM- &&
|
||||
--enable-languages=c,c++ &&
|
||||
make all-gcc all-target-libgcc &&
|
||||
make install-gcc install-target-libgcc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue