Closed aroulin closed 7 years ago
Dune cannot be compiled as PIC thus IX cannot be compiled as PIE. New GCC 6.0 version builds executables as PIE by default.
I can also add the check that the no-pie flag exists in dumpspecs and/or add these flags on separate lines.
no-pie
Fix #13
Dune cannot be compiled as PIC thus IX cannot be compiled as PIE. New GCC 6.0 version builds executables as PIE by default.
I can also add the check that the
no-pie
flag exists in dumpspecs and/or add these flags on separate lines.Fix #13