From f937121616866517e54f27e4e8d806c70f288ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Tue, 31 Jan 2017 23:28:37 +0000 Subject: vars/{build,gcc}.vars: fix build & cleanup. --- patches/gcc_native_x86_64_w64_mingw32.local.patch | 11 ----------- patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch | 11 +++++++++++ patches/gcc_stage1_native_x86_64_w64_mingw32.local.patch | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 patches/gcc_native_x86_64_w64_mingw32.local.patch create mode 100644 patches/gcc_stage1_cross_x86_64_w64_mingw32.local.patch create mode 120000 patches/gcc_stage1_native_x86_64_w64_mingw32.local.patch (limited to 'patches') diff --git a/patches/gcc_native_x86_64_w64_mingw32.local.patch b/patches/gcc_native_x86_64_w64_mingw32.local.patch deleted file mode 100644 index ac886cf2..00000000 --- a/patches/gcc_native_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 ;; 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 ;; diff --git a/patches/gcc_stage1_native_x86_64_w64_mingw32.local.patch b/patches/gcc_stage1_native_x86_64_w64_mingw32.local.patch new file mode 120000 index 00000000..2d07a41c --- /dev/null +++ b/patches/gcc_stage1_native_x86_64_w64_mingw32.local.patch @@ -0,0 +1 @@ +gcc_stage1_cross_x86_64_w64_mingw32.local.patch \ No newline at end of file -- cgit v1.2.3