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) <lucio@lucioillanes.de>2017-05-29 13:47:08 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-05-29 13:47:08 +0000
commit17e78c61e7677341ec4b3787abbe857bb2b6da26 (patch)
treebf290580722c0b05fe3f18bd756b42c3554943b2 /patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
parentb5fc9d083da24deb76435692ba58fa332822dd65 (diff)
downloadmidipix_build-17e78c61e7677341ec4b3787abbe857bb2b6da26.tar.bz2
midipix_build-17e78c61e7677341ec4b3787abbe857bb2b6da26.tar.xz
patches/gcc.local.patch: fix cbb-gcc-4.6.4/gcc/doc/gcc.texi when building w/ GNU texinfo v6.3+ (via Redfoxmoon & rqou.)
patches/gcc_stage1_{cross,native}_x86_64_w64_mingw32.local.patch: removes obsolete patch. vars/gcc.vars: apply patches/gcc.local.patch during pkg_gcc_stage1_all().
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, 0 insertions, 11 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
deleted file mode 100644
index ac886cf2..00000000
--- a/patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 ;;