mirror of https://github.com/google/oss-fuzz.git
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:
parent
2dc131e5b0
commit
b57dd54803
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue