Changes between Initial Version and Version 2 of Ticket #2675


Ignore:
Timestamp:
Sep 4, 2014, 6:46:38 PM (10 years ago)
Author:
historic_bruno
Comment:

Hi, please follow the instructions when submitting patches: SubmittingPatches

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2675

    • Property Keywords patch review added
    • Property Milestone BacklogAlpha 18
    • Property Summary x86_x64.cpp fails to build with -fpie on i386[PATCH] x86_x64.cpp fails to build with -fpie on i386
  • Ticket #2675 – Description

    initial v2  
    44
    55Compile and runtime tested on OpenBSD/i386, which uses -fpie by default.
    6 
    7 --- x86_x64.cpp.orig.port       Tue Dec 27 15:12:31 2011
     6{{{
     7#!udiff
     8--- x86_x64.cpp Tue Dec 27 15:12:31 2011
    89+++ x86_x64.cpp Sun Jul 13 22:47:33 2014
    910@@ -49,10 +49,20 @@
     
    2829 # error "compiler not supported"
    2930 #endif
     31}}}