mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
--disable-doc when building binutils
This commit is contained in:
parent
f92645c821
commit
cdee6c52cf
@ -23,7 +23,7 @@ set -e
|
||||
|
||||
cd binutils-build
|
||||
export "CFLAGS=-Wno-error"
|
||||
$SRC/binutils/configure --target=m68k-unknown-elf --prefix=$PREFIX
|
||||
$SRC/binutils/configure --target=m68k-unknown-elf --prefix=$PREFIX --disable-doc
|
||||
make -j8
|
||||
make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user