aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-09-25 23:37:12 +0000
committerThiemo Seufer <ths@networkno.de>2006-09-25 23:37:12 +0000
commite16323b7463c276e154100eb1a771984cf12618b (patch)
tree54641d447c6bcd5add216e839d205b5c4140be43 /binutils
parent39081c14cf1a644187199dcda485025ba01bb8e2 (diff)
downloadgdb-e16323b7463c276e154100eb1a771984cf12618b.zip
gdb-e16323b7463c276e154100eb1a771984cf12618b.tar.gz
gdb-e16323b7463c276e154100eb1a771984cf12618b.tar.bz2
* configure.in: Remove broken changequote lines.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/configure.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9595d92..fca1d5f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-26 Thiemo Seufer <ths@networkno.de>
+
+ * configure.in: Remove broken changequote lines.
+
2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
* configure.in: Add new target x86_64-pc-mingw64.
diff --git a/binutils/configure.in b/binutils/configure.in
index 5f09e8e..c5bf657 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -258,14 +258,12 @@ changequote([,])dnl
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
x86_64-*-mingw64*)
-changequote([,])dnl
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
;;
changequote(,)dnl
-changequote(,)dnl
i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
changequote([,])dnl
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'