Skip to content

Commit

Permalink
fix filter to generate GRT_EXTRA_LIB on arm-linux-gnueabihf
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB authored and tgingold committed Oct 11, 2018
1 parent 1cbe9b8 commit 43c96a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grt/Makefile.inc
Expand Up @@ -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)),)
Expand Down

0 comments on commit 43c96a7

Please sign in to comment.