Don't build parts of gdb when testing binutils (#5583)

gdb sources have been reorganised.  Disable more directories when
building the binutils fuzzers.
This commit is contained in:
Alan Modra 2021-04-06 22:40:01 +09:30 committed by GitHub
parent 2dc131e5b0
commit b57dd54803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,9 @@ sed -i 's/vfprintf (stderr/\/\//' elfcomm.c
sed -i 's/fprintf (stderr/\/\//' elfcomm.c
cd ../
./configure --disable-gdb --enable-targets=all
./configure --disable-gdb --disable-gdbserver --disable-gdbsupport \
--disable-libdecnumber --disable-readline --disable-sim \
--enable-targets=all
make MAKEINFO=true && true
# Make fuzzer directory