From 37fcfe0c837da0357597f97144ab808b78eab425 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 23 Oct 2020 04:58:31 +0200 Subject: src/grt/Makefile.inc: support clang -dumpmachine on Windows --- 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 fc87a8859..bc8c00f11 100644 --- a/src/grt/Makefile.inc +++ b/src/grt/Makefile.inc @@ -57,7 +57,7 @@ GRT_ELF_EXEC_OPTS:=-Wl,--version-script=@/grt.ver -Wl,--export-dynamic # functions) so that a vpi object file can refer them. # GRT_SHARED_OPTS: platform specific options to be added during link of # -shared simulation binaries. Used instead of GET_EXEC_OPTS -ifeq ($(filter-out mingw32 mingw64,$(osys)),) +ifeq ($(filter-out mingw32 mingw64 windows,$(osys)),) # For windows. GRT_TARGET_OBJS=win32.o clock.o GRT_EXTRA_LIB=-ldbghelp -- cgit v1.2.3