Revision fa3c4b6dbfaa4eb1d666c1bea4c759d221b7ad98 authored by Brad King on 24 August 2023, 17:00:13 UTC, committed by Brad King on 24 August 2023, 17:05:45 UTC
Extend commit 78bbd58545 (Source: Link libatomic when needed on Linux
32-bit ARM, 2023-07-27, v3.27.2~10^2) to check for libatomic on more
architectures.

Fixes: #25204
1 parent c397758
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top