From 43c96a71ddfb17443cc1bbf40833c821e70d07b5 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Thu, 11 Oct 2018 00:34:10 +0100 Subject: fix filter to generate GRT_EXTRA_LIB on arm-linux-gnueabihf --- src/grt/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grt') diff --git a/src/grt/Makefile.inc b/src/grt/Makefile.inc index da85ae014..70e7c8ca6 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -52,7 +52,7 @@ ifeq ($(filter-out mingw32 mingw64,$(osys)),) GRT_EXTRA_LIB=-ldbghelp else GRT_TARGET_OBJS=jumps.o times.o - ifeq ($(filter-out linux,$(osys)),) + ifeq ($(filter-out linux%,$(osys)),) GRT_EXTRA_LIB=-ldl -lm $(GRT_ELF_OPTS) endif ifeq ($(filter-out netbsd freebsd% dragonfly%,$(osys)),) -- cgit v1.2.3