Displaying 2 results from an estimated 2 matches for "2402ffc".
2015 Mar 09
5
Notes on building a gcc toolchain for Rtools (but not multilib)
...e gcc source code, you will also
need to download the pthreads-w32 source code from
https://www.sourceware.org/pthreads-win32/
+ Here are the changes I made to the mingw-w64+gcc.sh script:
--------------------------------------------------
diff --git a/mingw-w64+gcc.sh b/mingw-w64+gcc.sh
index 2402ffc..fd44e76 100644
--- a/mingw-w64+gcc.sh
+++ b/mingw-w64+gcc.sh
@@ -8,6 +8,7 @@ source 0_append_distro_path.sh
7z x '-oC:\Temp\gcc' gmp-6.0.0a.tar > NUL || fail_with gmp-6.0.0a.tar
- EPIC FAIL
7z x '-oC:\Temp\gcc' mpfr-3.1.2.tar > NUL || fail_with mpfr-3.1.2.tar
- EPIC FAIL
7...
2015 Mar 09
0
Notes on building a gcc toolchain for Rtools (but not multilib)
...download the pthreads-w32 source code from
> https://www.sourceware.org/pthreads-win32/
>
> + Here are the changes I made to the mingw-w64+gcc.sh script:
>
> --------------------------------------------------
>
> diff --git a/mingw-w64+gcc.sh b/mingw-w64+gcc.sh
> index 2402ffc..fd44e76 100644
> --- a/mingw-w64+gcc.sh
> +++ b/mingw-w64+gcc.sh
> @@ -8,6 +8,7 @@ source 0_append_distro_path.sh
> 7z x '-oC:\Temp\gcc' gmp-6.0.0a.tar > NUL || fail_with gmp-6.0.0a.tar
> - EPIC FAIL
> 7z x '-oC:\Temp\gcc' mpfr-3.1.2.tar > NUL || fail_with...