Skip to content

Commit f948e55

Browse files
committed
unsupport the mingw32 compiler
1 parent bcefcc3 commit f948e55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Make.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ endif
2222
AR = ar
2323

2424
ARCH := $(shell $(CC) -dumpmachine | sed "s/\([^-]*\).*$$/\1/")
25+
ifeq ($(ARCH),mingw32)
26+
$(error "the mingw32 compiler you are using fails the openblas testsuite. please see the Julia README.windows.md document for a replacement")
27+
endif
2528

2629
CFLAGS_add += -std=c99 -Wall -O3 -I$(OPENLIBM_HOME) -I$(OPENLIBM_HOME)/include -I$(OPENLIBM_HOME)/ld80 -I$(OPENLIBM_HOME)/$(ARCH) -I$(OPENLIBM_HOME)/src -DASSEMBLER -D__BSD_VISIBLE -Wno-implicit-function-declaration
2730

0 commit comments

Comments
 (0)