We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bdb22 commit 5ac0743Copy full SHA for 5ac0743
gdb.build.bash
@@ -67,5 +67,7 @@ fi
67
68
nice -n 10 make -j $MAKE_JOBS
69
70
-make install
+# 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
73
0 commit comments