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/mingw.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/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index f1db8fb43..da3f1ede7 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -4,7 +4,6 @@ program_suffix .exe obj_suffix o static_suffix a -building_shared_supported no install_root /mingw header_dir include |