diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/no-pie-compile.specs | 2 | ||||
-rw-r--r-- | data/no-pie-link.specs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/data/no-pie-compile.specs b/data/no-pie-compile.specs new file mode 100644 index 000000000..f85b39438 --- /dev/null +++ b/data/no-pie-compile.specs @@ -0,0 +1,2 @@ +*cc1_options: ++ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fno-PIE}}}}}} diff --git a/data/no-pie-link.specs b/data/no-pie-link.specs new file mode 100644 index 000000000..07df3122c --- /dev/null +++ b/data/no-pie-link.specs @@ -0,0 +1,2 @@ +*self_spec: ++ %{!shared:%{!r:-no-pie}} |