--- /dev/null
+When building the JIT, match the jit_stencils filename expectations in
+Makefile with the generator script. This avoid needless JIT recompilation
+during ``make install``.
JIT_STENCILS_H="jit_stencils-x86_64-pc-windows-msvc.h"
;;
aarch64-*-linux-gnu)
- JIT_STENCILS_H="jit_stencils-$host.h"
+ JIT_STENCILS_H="jit_stencils-aarch64-unknown-linux-gnu.h"
;;
x86_64-*-linux-gnu)
- JIT_STENCILS_H="jit_stencils-$host.h"
+ JIT_STENCILS_H="jit_stencils-x86_64-unknown-linux-gnu.h"
;;
esac ;;
esac
JIT_STENCILS_H="jit_stencils-x86_64-pc-windows-msvc.h"
;;
aarch64-*-linux-gnu)
- JIT_STENCILS_H="jit_stencils-$host.h"
+ JIT_STENCILS_H="jit_stencils-aarch64-unknown-linux-gnu.h"
;;
x86_64-*-linux-gnu)
- JIT_STENCILS_H="jit_stencils-$host.h"
+ JIT_STENCILS_H="jit_stencils-x86_64-unknown-linux-gnu.h"
;;
esac])