From 1c52992b96a485325be2416187a684432d114aa3 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 19 Oct 2015 20:20:21 -0500 Subject: [PATCH] update recipes --- recipes/blackberry/cores.conf | 2 +- recipes/linux/cores-armhf.conf | 1 + recipes/linux/cores-x86_64.conf | 1 + recipes/linux/mame-armhf.conf | 1 + recipes/windows/cores-mingw-w32-dw2.conf | 2 +- recipes/windows/cores-mingw-w32-sjlj.conf | 1 + recipes/windows/cores-mingw-w64-seh.conf | 1 + recipes/windows/cores-mingw-w64-seh_w32.conf | 2 ++ recipes/windows/cores-mingw-w64-sjlj.conf | 1 + recipes/windows/mame-mingw-w32-sjlj.conf | 1 + recipes/windows/retroarch-mingw-w32-dw2-xp.conf | 2 +- recipes/windows/retroarch-mingw-w32-dw2.conf | 2 +- recipes/windows/retroarch-mingw-w64-seh.conf | 2 +- 13 files changed, 14 insertions(+), 5 deletions(-) diff --git a/recipes/blackberry/cores.conf b/recipes/blackberry/cores.conf index 51160e56..2d0e5193 100644 --- a/recipes/blackberry/cores.conf +++ b/recipes/blackberry/cores.conf @@ -1,2 +1,2 @@ platform qnx -PLATFORM QNX +PLATFORM qnx diff --git a/recipes/linux/cores-armhf.conf b/recipes/linux/cores-armhf.conf index ca41d7d9..4cd26cf4 100644 --- a/recipes/linux/cores-armhf.conf +++ b/recipes/linux/cores-armhf.conf @@ -1,2 +1,3 @@ platform unix +PLATFORM unix MAKEPORTABLE YES diff --git a/recipes/linux/cores-x86_64.conf b/recipes/linux/cores-x86_64.conf index ca41d7d9..4cd26cf4 100644 --- a/recipes/linux/cores-x86_64.conf +++ b/recipes/linux/cores-x86_64.conf @@ -1,2 +1,3 @@ platform unix +PLATFORM unix MAKEPORTABLE YES diff --git a/recipes/linux/mame-armhf.conf b/recipes/linux/mame-armhf.conf index ca41d7d9..4cd26cf4 100644 --- a/recipes/linux/mame-armhf.conf +++ b/recipes/linux/mame-armhf.conf @@ -1,2 +1,3 @@ platform unix +PLATFORM unix MAKEPORTABLE YES diff --git a/recipes/windows/cores-mingw-w32-dw2.conf b/recipes/windows/cores-mingw-w32-dw2.conf index 73f225c9..2240073f 100644 --- a/recipes/windows/cores-mingw-w32-dw2.conf +++ b/recipes/windows/cores-mingw-w32-dw2.conf @@ -1,8 +1,8 @@ PATH /mingw32/bin/ platform MINGW32 +PLATFORM windows ARCH x86 MAKE mingw32-make.exe CC gcc CXX g++ CXX11 g++ - diff --git a/recipes/windows/cores-mingw-w32-sjlj.conf b/recipes/windows/cores-mingw-w32-sjlj.conf index bb6f802e..02bf7728 100644 --- a/recipes/windows/cores-mingw-w32-sjlj.conf +++ b/recipes/windows/cores-mingw-w32-sjlj.conf @@ -1,6 +1,7 @@ PATH /home/buildbot/tools/mingw32_posix/bin:/home/buildbot/tools/python MINGW32 /home/buildbot/tools/mingw32_posix/ platform MINGW32 +PLATFORM windows ARCH x86 MAKE mingw32-make.exe CC gcc diff --git a/recipes/windows/cores-mingw-w64-seh.conf b/recipes/windows/cores-mingw-w64-seh.conf index 2ec99928..42a8ec30 100644 --- a/recipes/windows/cores-mingw-w64-seh.conf +++ b/recipes/windows/cores-mingw-w64-seh.conf @@ -1,5 +1,6 @@ PATH /mingw64/bin platform MINGW64 +PLATFORM windows ARCH x86_64 MAKE mingw32-make.exe CC gcc diff --git a/recipes/windows/cores-mingw-w64-seh_w32.conf b/recipes/windows/cores-mingw-w64-seh_w32.conf index 83ce8d22..5cfad3ee 100644 --- a/recipes/windows/cores-mingw-w64-seh_w32.conf +++ b/recipes/windows/cores-mingw-w64-seh_w32.conf @@ -1,6 +1,8 @@ PATH /home/buildbot/tools/mingw64_win32/bin:/home/buildbot/tools/python MINGW64 /home/buildbot/tools/mingw64_posix/ ARCH x86_64 +platform MINGW64 +PLATFORM windows MAKE mingw32-make.exe CC gcc CXX g++ diff --git a/recipes/windows/cores-mingw-w64-sjlj.conf b/recipes/windows/cores-mingw-w64-sjlj.conf index 1edfdaf4..8c20f704 100644 --- a/recipes/windows/cores-mingw-w64-sjlj.conf +++ b/recipes/windows/cores-mingw-w64-sjlj.conf @@ -1,6 +1,7 @@ PATH /home/buildbot/tools/mingw64_posix/bin:/home/buildbot/tools/python MINGW64 /home/buildbot/tools/mingw64_posix/ platform MINGW64 +PLATFORM windows ARCH x86_64 MAKE make CC gcc diff --git a/recipes/windows/mame-mingw-w32-sjlj.conf b/recipes/windows/mame-mingw-w32-sjlj.conf index bb6f802e..02bf7728 100755 --- a/recipes/windows/mame-mingw-w32-sjlj.conf +++ b/recipes/windows/mame-mingw-w32-sjlj.conf @@ -1,6 +1,7 @@ PATH /home/buildbot/tools/mingw32_posix/bin:/home/buildbot/tools/python MINGW32 /home/buildbot/tools/mingw32_posix/ platform MINGW32 +PLATFORM windows ARCH x86 MAKE mingw32-make.exe CC gcc diff --git a/recipes/windows/retroarch-mingw-w32-dw2-xp.conf b/recipes/windows/retroarch-mingw-w32-dw2-xp.conf index 5728ac4c..0f15393f 100644 --- a/recipes/windows/retroarch-mingw-w32-dw2-xp.conf +++ b/recipes/windows/retroarch-mingw-w32-dw2-xp.conf @@ -1,6 +1,6 @@ PATH /mingw32/bin platform MINGW32 -PLATFORM MINGW32 +PLATFORM windows ARCH x86 MAKE make CC /mingw32/bin/gcc diff --git a/recipes/windows/retroarch-mingw-w32-dw2.conf b/recipes/windows/retroarch-mingw-w32-dw2.conf index 5728ac4c..0f15393f 100644 --- a/recipes/windows/retroarch-mingw-w32-dw2.conf +++ b/recipes/windows/retroarch-mingw-w32-dw2.conf @@ -1,6 +1,6 @@ PATH /mingw32/bin platform MINGW32 -PLATFORM MINGW32 +PLATFORM windows ARCH x86 MAKE make CC /mingw32/bin/gcc diff --git a/recipes/windows/retroarch-mingw-w64-seh.conf b/recipes/windows/retroarch-mingw-w64-seh.conf index f81ae93e..477a0e75 100644 --- a/recipes/windows/retroarch-mingw-w64-seh.conf +++ b/recipes/windows/retroarch-mingw-w64-seh.conf @@ -1,6 +1,6 @@ PATH /mingw64/bin platform MINGW64 -PLATFORM MINGW64 +PLATFORM windows ARCH x86_64 MAKE make CC /mingw64/bin/gcc