summaryrefslogtreecommitdiff
path: root/cross/arm-none-eabi-gdb/patches/patch-gdb_config_djgpp_djconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cross/arm-none-eabi-gdb/patches/patch-gdb_config_djgpp_djconfig.sh')
-rw-r--r--cross/arm-none-eabi-gdb/patches/patch-gdb_config_djgpp_djconfig.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/cross/arm-none-eabi-gdb/patches/patch-gdb_config_djgpp_djconfig.sh b/cross/arm-none-eabi-gdb/patches/patch-gdb_config_djgpp_djconfig.sh
new file mode 100644
index 00000000000..a077340f31b
--- /dev/null
+++ b/cross/arm-none-eabi-gdb/patches/patch-gdb_config_djgpp_djconfig.sh
@@ -0,0 +1,13 @@
+$NetBSD: patch-gdb_config_djgpp_djconfig.sh,v 1.1 2015/10/11 01:15:18 ryoon Exp $
+
+--- gdb/config/djgpp/djconfig.sh.orig 2015-02-19 11:58:07.000000000 +0000
++++ gdb/config/djgpp/djconfig.sh
+@@ -92,7 +92,7 @@ TMPFILE="${TMPDIR-.}/cfg.tmp"
+
+ # We need to skip the build directory if it is a subdirectory of $srcdir,
+ # otherwise we will have an infinite recursion on our hands...
+-if test "`pwd`" == "${srcdir}" ; then
++if test "`pwd`" = "${srcdir}" ; then
+ SKIPDIR=""
+ SKIPFILES=""
+ else