We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a246b commit 6b467c1Copy full SHA for 6b467c1
Makefile.pre.in
@@ -3155,7 +3155,7 @@ JIT_STENCIL_HEADER = jit_stencils-x86_64-pc-windows-msvc.h
3155
else ifneq ($(filter x86_64-unknown-linux-gnu,$(HOST_GNU_TYPE)),)
3156
JIT_STENCIL_HEADER = jit_stencils-x86_64-unknown-linux-gnu.h
3157
else
3158
-$(error "Unsupported host triple: $(HOST_GNU_TYPE). Please update the Makefile to support this host triple.")
+$(error "Unsupported host triple: $(HOST_GNU_TYPE).")
3159
endif
3160
3161
Python/jit.o: $(srcdir)/Python/jit.c jit_stencils.h $(JIT_STENCIL_HEADER)
0 commit comments