aboutsummaryrefslogtreecommitdiffstats
path: root/gdb-build.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-19 15:42:04 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-19 15:42:04 +0000
commit9076bc3cf559a89cc667ef3004540f20aae56554 (patch)
treeea9625baefab903be2a1ee574ee5690bc9cbdb6b /gdb-build.sh
parentupdates for gdbinit (diff)
downloadscripts-9076bc3cf559a89cc667ef3004540f20aae56554.tar.gz
scripts-9076bc3cf559a89cc667ef3004540f20aae56554.zip
more updates
Diffstat (limited to 'gdb-build.sh')
-rwxr-xr-xgdb-build.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb-build.sh b/gdb-build.sh
new file mode 100755
index 0000000..02c6d35
--- /dev/null
+++ b/gdb-build.sh
@@ -0,0 +1,15 @@
+#!/usr/bin/env sh
+
+/home/devi/gdb/gdb-9.2/configure \
+ --enable-tui \
+ --with-curses \
+ --with-debuginfod \
+ --with-expat \
+ --with-lzma \
+ --with-mpfr \
+ --with-python=python3 \
+ --with-guile \
+ --with-isl \
+ --with-mpc \
+ --with-zlib \
+ --enable-lto