Changes between Version 8 and Version 9 of Ticket #18258


Ignore:
Timestamp:
Feb 15, 2023, 12:12:06 AM (23 months ago)
Author:
gharris
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18258 – Description

    v8 v9  
    44
    55gcc (2021_07_28) 11.2.0 from the Haiku repositories appears to have been modified to produce PIC by default and to have an -fno-pic option to get position-dependent code.
    6 
    7 Thanks!
    86
    97clang version 12.0.1 from the Haiku repositories has *not* been modified in this fashion, which means that, if -fPIC isn't specified, the object files it produces aren't fit for linking into an executable by default.