summaryrefslogtreecommitdiffhomepage
path: root/patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
blob: ac886cf2c8a5e0a310435430b0fa4b2537461696 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cbb-gcc-4.6.4/libiberty/configure.ac.orig	2016-12-19 18:27:51.909364800 +0100
+++ cbb-gcc-4.6.4/libiberty/configure.ac	2017-01-30 03:55:45.271150700 +0100
@@ -683,7 +683,7 @@
 
 # Figure out which version of pexecute to use.
 case "${host}" in
-     *-*-mingw* | *-*-winnt*)	pexecute=pex-win32  ;;
+     *-*-winnt*)		pexecute=pex-win32  ;;
      *-*-msdosdjgpp*)		pexecute=pex-djgpp  ;;
      *-*-msdos*)		pexecute=pex-msdos  ;;
      *)				pexecute=pex-unix   ;;