summaryrefslogtreecommitdiffhomepage
path: root/patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-01-31 23:28:37 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-01-31 23:56:52 +0000
commitf937121616866517e54f27e4e8d806c70f288ab8 (patch)
treee20ef4befd50c3366b3c7b78a7ab0967eab0ea83 /patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
parent72b823dab8f65e71010709bec3d4e46b27a490ff (diff)
downloadmidipix_build-f937121616866517e54f27e4e8d806c70f288ab8.tar.bz2
midipix_build-f937121616866517e54f27e4e8d806c70f288ab8.tar.xz
vars/{build,gcc}.vars: fix build & cleanup.
Diffstat (limited to 'patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch')
-rw-r--r--patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch b/patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
new file mode 100644
index 00000000..ac886cf2
--- /dev/null
+++ b/patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
@@ -0,0 +1,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 ;;