ix-project / ix

IX a protected dataplane operating system project
http://ix-project.github.io/ix/
Other
127 stars 39 forks source link

Add no-pie flag to compiler and linker #14

Closed aroulin closed 7 years ago

aroulin commented 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.

Fix #13