Skip to content
  • Natanael Copa's avatar
    main/binutils: build --with-pic and --enable-shared · b870dd8c
    Natanael Copa authored
    add --enable-shared unless we are making a cross compiler
    
    shared libs reduces size
    
    The --with-pic fixes the error: relocation R_X86_64_PC32 against symbol
    `_bfd_std_section' can not be used when making a shared object;
    
    Also modernize a bit while at it
    b870dd8c