From 6877540eb1fcc159302b1722264e1059c9f32bc1 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 26 May 2023 09:10:15 +0900 Subject: Add GNU system support for cross compilation. * configure.ac: Cross compile should work well for GNU system. -- Signed-off-by: NIIBE Yutaka --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d0fa6f2..ca7731c 100644 --- a/configure.ac +++ b/configure.ac @@ -590,7 +590,7 @@ if test x"$gl_use_threads" = xno; then AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host]) elif test x$cross_compiling = xyes; then case $host in - *-*-linux-gnu* | *-*-linux-musl*) + *-*-gnu* | *-*-linux-gnu* | *-*-linux-musl*) AC_CHECK_TOOL(OBJDUMP, [objdump]) if test -n "$OBJDUMP"; then lock_obj_h_generated=yes -- cgit v1.2.3