Skip to content

Commit 5ac0743

Browse files
committed
Install gdb only instead of also pulling in it's (old) binutils over the top of the one we already compiled.
See #42
1 parent 45bdb22 commit 5ac0743

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gdb.build.bash

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,7 @@ fi
6767

6868
nice -n 10 make -j $MAKE_JOBS
6969

70-
make install
70+
# New versions of gdb share the same configure/make scripts with binutils. Running make install-gdb to
71+
# install just the gdb binaries.
72+
make install-gdb
7173

0 commit comments

Comments
 (0)