mirror of
https://github.com/NixOS/nix.git
synced 2025-12-17 22:41:08 +01:00
Re-enable armv6l support
This fixes the libatomic detection.
This commit is contained in:
parent
c6d878609d
commit
4fefe26717
2 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ int main() {
|
|||
}]])], GCC_ATOMIC_BUILTINS_NEED_LIBATOMIC=no, GCC_ATOMIC_BUILTINS_NEED_LIBATOMIC=yes)
|
||||
AC_MSG_RESULT($GCC_ATOMIC_BUILTINS_NEED_LIBATOMIC)
|
||||
if test "x$GCC_ATOMIC_BUILTINS_NEED_LIBATOMIC" = xyes; then
|
||||
LIBS="-latomic $LIBS"
|
||||
LDFLAGS="$LDFLAGS -latomic"
|
||||
fi
|
||||
|
||||
PKG_PROG_PKG_CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue