• Léo-Paul Géneau's avatar
    component/gcc: enable default PIE · f185af94
    Léo-Paul Géneau authored
    See merge request !1587
    
    Revert eb1b1a41 to avoid the use of
    `fPIC` flag as it is a "contagious" build option.
    
    To not face the build error "relocation R_X86_64_32 against
    .rodata.str1.8 can not be used when making a shared object; recompile
    with -fPIC" while building a shared library without fPIC flag, `gcc` is
    compiled with `-enable-default-pie` flag (which is a compilation option
    used for `gcc` binaries provided by Debian by example, see `gcc -v`).
    f185af94
buildout.cfg 717 Bytes