Skip to content
  • Chris Zankel's avatar
    xtensa: Add -mforce-no-pic option is supported · cf1c0aaf
    Chris Zankel authored
    
    
    GCC is configured to always compile with PIC enabled for the Xtensa
    architecture. This fails when nfsroot is enabled as the code uses a
    non-conformant segment that mismatches in permissione with a read-only
    segment.
    A patch has been submitted to GCC to add the machine-option 'force-no-pic'
    that disables PIC.
    
    Signed-off-by: default avatarChris Zankel <chris@zankel.net>
    cf1c0aaf