From 3b1ec75e1c5337616dc37bfe9790b6bd2d35bd49 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 2 Jan 2017 14:47:05 -0500 Subject: [PATCH 1/3] add ccache for win32 builds too --- recipes/windows/cores-windows-x86_dw2-cross.conf | 2 +- recipes/windows/cores-windows-x86_dw2-generic.conf | 2 +- recipes/windows/cores-windows-x86_w32_dw2-generic.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/windows/cores-windows-x86_dw2-cross.conf b/recipes/windows/cores-windows-x86_dw2-cross.conf index 66fc122a..2169bebf 100644 --- a/recipes/windows/cores-windows-x86_dw2-cross.conf +++ b/recipes/windows/cores-windows-x86_dw2-cross.conf @@ -1,4 +1,4 @@ -PATH /mingw32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ platform MINGW32 PLATFORM windows ARCH x86 diff --git a/recipes/windows/cores-windows-x86_dw2-generic.conf b/recipes/windows/cores-windows-x86_dw2-generic.conf index 66fc122a..2169bebf 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_dw2-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ platform MINGW32 PLATFORM windows ARCH x86 diff --git a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf index 2ad2c575..ee6e4ce9 100644 --- a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw32_w32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32_w32/bin/ platform MINGW32 PLATFORM windows ARCH x86 From 8363a389df72618cff39a3e5ce5483e43c69e49b Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 2 Jan 2017 14:55:26 -0500 Subject: [PATCH 2/3] fix merge --- recipes/windows/cores-windows-x86_dw2-cross.conf | 2 +- recipes/windows/cores-windows-x86_dw2-generic.conf | 2 +- recipes/windows/cores-windows-x86_w32_dw2-generic.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/windows/cores-windows-x86_dw2-cross.conf b/recipes/windows/cores-windows-x86_dw2-cross.conf index a8ea0ec2..57894050 100644 --- a/recipes/windows/cores-windows-x86_dw2-cross.conf +++ b/recipes/windows/cores-windows-x86_dw2-cross.conf @@ -1,4 +1,4 @@ -PATH /mingw32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ MSYSTEM MINGW32 platform MINGW32 PLATFORM windows diff --git a/recipes/windows/cores-windows-x86_dw2-generic.conf b/recipes/windows/cores-windows-x86_dw2-generic.conf index 66fc122a..2169bebf 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_dw2-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ platform MINGW32 PLATFORM windows ARCH x86 diff --git a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf index 2ad2c575..ee6e4ce9 100644 --- a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw32_w32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32_w32/bin/ platform MINGW32 PLATFORM windows ARCH x86 From 2e0295a7bd499ec5263e5611d504962a20c45880 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 2 Jan 2017 14:54:52 -0500 Subject: [PATCH 3/3] ccache for w64 --- recipes/windows/cores-windows-x64_seh-cross.conf | 2 +- recipes/windows/cores-windows-x64_seh-generic.conf | 2 +- recipes/windows/retroarch-windows-x64_seh.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/windows/cores-windows-x64_seh-cross.conf b/recipes/windows/cores-windows-x64_seh-cross.conf index 1c495ba4..b6817cdf 100644 --- a/recipes/windows/cores-windows-x64_seh-cross.conf +++ b/recipes/windows/cores-windows-x64_seh-cross.conf @@ -1,4 +1,4 @@ -PATH /mingw64/bin +PATH /mingw64/lib/ccache/bin:/mingw64/bin platform MINGW64 PLATFORM windows ARCH x86_64 diff --git a/recipes/windows/cores-windows-x64_seh-generic.conf b/recipes/windows/cores-windows-x64_seh-generic.conf index 684e8cc7..7a6f04ee 100644 --- a/recipes/windows/cores-windows-x64_seh-generic.conf +++ b/recipes/windows/cores-windows-x64_seh-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw64/bin +PATH /mingw64/lib/ccache/bin:/mingw64/bin MSYSTEM MINGW64 platform MINGW64 PLATFORM windows diff --git a/recipes/windows/retroarch-windows-x64_seh.conf b/recipes/windows/retroarch-windows-x64_seh.conf index 477a0e75..50e8190b 100644 --- a/recipes/windows/retroarch-windows-x64_seh.conf +++ b/recipes/windows/retroarch-windows-x64_seh.conf @@ -1,4 +1,4 @@ -PATH /mingw64/bin +PATH /mingw64/lib/ccache/bin:/mingw64/bin platform MINGW64 PLATFORM windows ARCH x86_64