diff options
author | Brent Cook <busterb@gmail.com> | 2024-05-28 07:00:04 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-05-28 07:00:04 -0500 |
commit | 1e0d453f05c316e5d568b43cb59128ba696a89b5 (patch) | |
tree | e9812419131a550849913d4454b96f2697717ad6 /configure.ac | |
parent | 0dfa4f3b764521f4ee23850b705973c4b55b23b7 (diff) | |
download | portable-1e0d453f05c316e5d568b43cb59128ba696a89b5.tar.gz portable-1e0d453f05c316e5d568b43cb59128ba696a89b5.tar.bz2 portable-1e0d453f05c316e5d568b43cb59128ba696a89b5.zip |
Remove dead bitrig support, error on unsupported platforms
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 51e096b..87a80cc 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -32,6 +32,10 @@ LT_INIT([pic-only]) | |||
32 | 32 | ||
33 | CHECK_OS_OPTIONS | 33 | CHECK_OS_OPTIONS |
34 | 34 | ||
35 | if test "$HOST_OS" = "unsupported"; then | ||
36 | AC_MSG_ERROR([unsupported platform: $host_os]) | ||
37 | fi | ||
38 | |||
35 | CHECK_C_HARDENING_OPTIONS | 39 | CHECK_C_HARDENING_OPTIONS |
36 | 40 | ||
37 | DISABLE_AS_EXECUTABLE_STACK | 41 | DISABLE_AS_EXECUTABLE_STACK |