diff options
author | Jack Lloyd <[email protected]> | 2017-12-23 15:55:06 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-23 15:55:06 -0500 |
commit | ebeae68aba0d3384a00fddde77a561bb0cd88102 (patch) | |
tree | 3b0a32bef32bec49abd56bc70c4401293c2b72e7 /src/build-data/os/aix.txt | |
parent | 5d9c4ec81422391a7b1594108143488fa45db0c1 (diff) |
Build improvements
Derive the fact that shared libs are not supported from the lack of
information about shared object names. If soname_suffix and co are
not set -> shared libs are disabled.
Disable stack protector by default on OSes where it has proven a problem
namely AIX and Haiku. Add --with-stack-protector option to force turning
it on.
Diffstat (limited to 'src/build-data/os/aix.txt')
-rw-r--r-- | src/build-data/os/aix.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/os/aix.txt b/src/build-data/os/aix.txt index 6a8a9e4d7..b12685c61 100644 --- a/src/build-data/os/aix.txt +++ b/src/build-data/os/aix.txt @@ -2,6 +2,8 @@ os_type unix soname_suffix "so" +use_stack_protector no + <target_features> clock_gettime gmtime_r |