W dniu 05.05.2018 o 11:57, JonY via Mingw-w64-public pisze:
> On 05/04/2018 02:49 PM, Mateusz wrote:
>> The patch is only in master (v6) branch
>> https://sourceforge.net/p/mingw-w64/mingw-w64/ci/3ce3e27f044935f19e93e80c43ca695262d484e1/
>>
>> JonY could you backport this patch to v5.x branch?
>>
>> Mateusz
>>
> 
> It is already in.

From my end I can apply this patch to v5.x branch (I just checked):

ma@ma-VirtualBox:~$ git clone https://git.code.sf.net/p/mingw-w64/mingw-w64 
mingw-w64-v6
Cloning into 'mingw-w64-v6'...
remote: Counting objects: 55481, done.
remote: Compressing objects: 100% (16557/16557), done.
remote: Total 55481 (delta 41287), reused 52211 (delta 38558)
Receiving objects: 100% (55481/55481), 30.47 MiB | 622.00 KiB/s, done.
Resolving deltas: 100% (41287/41287), done.
ma@ma-VirtualBox:~$ git clone -b v5.x 
https://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-v5
Cloning into 'mingw-w64-v5'...
remote: Counting objects: 55481, done.
remote: Compressing objects: 100% (16557/16557), done.
remote: Total 55481 (delta 41285), reused 52212 (delta 38558)
Receiving objects: 100% (55481/55481), 30.55 MiB | 543.00 KiB/s, done.
Resolving deltas: 100% (41285/41285), done.
ma@ma-VirtualBox:~$ cd mingw-w64-v6
ma@ma-VirtualBox:~/mingw-w64-v6$ git format-patch -1 3ce3e2
0001-intrin-impl.h-do-not-define-_xgetbv-for-GCC-8.patch
ma@ma-VirtualBox:~/mingw-w64-v6$ cd ../mingw-w64-v5
ma@ma-VirtualBox:~/mingw-w64-v5$ patch -p1 <../mingw-w64-v6/0001*.patch
patching file mingw-w64-headers/include/psdk_inc/intrin-impl.h
Hunk #1 succeeded at 1405 (offset -370 lines).
Hunk #2 succeeded at 1427 with fuzz 1 (offset -372 lines).


Mateusz


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to