aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/Makefile.inc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-06-07 07:19:37 +0200
committerTristan Gingold <tgingold@free.fr>2015-06-07 07:19:37 +0200
commit20d187f21a8a7718e4f4942a7fcb072ebcbf4527 (patch)
treeb4d2369be30862e428f0d027414520080fc6820f /src/grt/Makefile.inc
parentec15f5cd21dc4c681ff23bc2d12c379fab2f17c7 (diff)
downloadghdl-20d187f21a8a7718e4f4942a7fcb072ebcbf4527.tar.gz
ghdl-20d187f21a8a7718e4f4942a7fcb072ebcbf4527.tar.bz2
ghdl-20d187f21a8a7718e4f4942a7fcb072ebcbf4527.zip
Initial support of DragonFly.
Diffstat (limited to 'src/grt/Makefile.inc')
-rw-r--r--src/grt/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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