You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
416 B

diff -uNr gdb-8.0.1/gdb/compile/compile.c gdb-8.0.1.mod/gdb/compile/compile.c
--- gdb-8.0.1/gdb/compile/compile.c 2017-09-07 17:28:11.000000000 +0300
+++ gdb-8.0.1.mod/gdb/compile/compile.c 2017-09-14 13:21:59.592863458 +0300
@@ -44,7 +44,7 @@
/* Initial filename for temporary files. */
-#define TMP_PREFIX "/tmp/gdbobj-"
+#define TMP_PREFIX "@TERMUX_PREFIX@/tmp/gdbobj-"
/* Hold "compile" commands. */