aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-05-28 07:00:04 -0500
committerBrent Cook <busterb@gmail.com>2024-05-28 07:00:04 -0500
commit1e0d453f05c316e5d568b43cb59128ba696a89b5 (patch)
treee9812419131a550849913d4454b96f2697717ad6 /configure.ac
parent0dfa4f3b764521f4ee23850b705973c4b55b23b7 (diff)
downloadportable-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.ac4
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
33CHECK_OS_OPTIONS 33CHECK_OS_OPTIONS
34 34
35if test "$HOST_OS" = "unsupported"; then
36 AC_MSG_ERROR([unsupported platform: $host_os])
37fi
38
35CHECK_C_HARDENING_OPTIONS 39CHECK_C_HARDENING_OPTIONS
36 40
37DISABLE_AS_EXECUTABLE_STACK 41DISABLE_AS_EXECUTABLE_STACK