From 20d187f21a8a7718e4f4942a7fcb072ebcbf4527 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 7 Jun 2015 07:19:37 +0200 Subject: Initial support of DragonFly. --- src/grt/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grt/Makefile.inc') diff --git a/src/grt/Makefile.inc b/src/grt/Makefile.inc index eafa8aa9e..df368946f 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -66,7 +66,7 @@ ifeq ($(filter-out i%86 freebsd%,$(arch) $(osys)),) GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) ADAC=ada endif -ifeq ($(filter-out x86_64 freebsd%,$(arch) $(osys)),) +ifeq ($(filter-out x86_64 freebsd% dragonfly%,$(arch) $(osys)),) GRT_TARGET_OBJS=amd64.o linux.o times.o GRT_EXTRA_LIB=-lm $(GRT_ELF_OPTS) ADAC=ada -- cgit v1.2.3