commit b3f2126cc7e0ca7c4ca5c93d8ab5b97144bd1fe1
Author: Jakub Bogusz <[email protected]>
Date:   Sun May 15 20:08:35 2016 +0200

    - updated x32-context patch

 boost-x32-context.patch | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/boost-x32-context.patch b/boost-x32-context.patch
index 734165f..0cdec5b 100644
--- a/boost-x32-context.patch
+++ b/boost-x32-context.patch
@@ -36,3 +36,22 @@
  .section .note.GNU-stack,"",%progbits
 +
 +#endif
+--- boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S.orig   
2016-05-05 23:11:09.000000000 +0200
++++ boost_1_61_0/libs/context/src/asm/ontop_i386_sysv_elf_gas.S        
2016-05-15 19:29:14.464562018 +0200
+@@ -17,6 +17,10 @@
+  *                                                                            
           *
+  
*****************************************************************************************/
+ 
++#ifdef __x86_64__
++#include "ontop_x86_64_sysv_elf_gas.S"
++#else
++
+ .text
+ .globl ontop_fcontext
+ .align 2
+@@ -59,3 +63,5 @@
+ 
+ /* Mark that we don't need executable stack.  */
+ .section .note.GNU-stack,"",%progbits
++
++#endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/boost.git/commitdiff/b3f2126cc7e0ca7c4ca5c93d8ab5b97144bd1fe1

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to