File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3434 '(("arm" ("arm" :little-endian :largefile))
3535 ("arm64" ("arm64" :little-endian :sb-thread)
3636 ("arm64-darwin" :darwin :bsd :unix :mach-o :little-endian :sb-thread :darwin-jit)
37- ("arm64-reloc" :little-endian :sb-thread :relocatable-static-space))
37+ ("arm64-reloc" :little-endian :sb-thread :relocatable-static-space)
38+ ("arm64-immobile-space" :little-endian :sb-thread :immobile-space))
3839 ("mips" ("mips" :largefile :little-endian))
3940 ("ppc" ("ppc" :big-endian)
4041 ("ppc-thread" :big-endian :sb-thread))
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ obj/xbuild/arm64-reloc/xc.core: $(DEPS1)
2424obj/xbuild/arm64-reloc.core : obj/xbuild/arm64-reloc/xc.core
2525 $(SBCL ) $(ARGS ) arm64-reloc < $(SCRIPT2 )
2626
27+ obj/xbuild/arm64-immobile/xc.core : $(DEPS1 )
28+ $(SBCL ) $(ARGS ) arm64-immobile arm64 " (:UNIX :LINUX :ELF :LITTLE-ENDIAN :SB-THREAD :IMMOBILE-SPACE)" < $(SCRIPT1 )
29+ obj/xbuild/arm64-immobile.core : obj/xbuild/arm64-immobile/xc.core
30+ $(SBCL ) $(ARGS ) arm64-immobile < $(SCRIPT2 )
31+
2732obj/xbuild/mips/xc.core : $(DEPS1 )
2833 $(SBCL ) $(ARGS ) mips mips " (:UNIX :LINUX :ELF :LARGEFILE :LITTLE-ENDIAN)" < $(SCRIPT1 )
2934obj/xbuild/mips.core : obj/xbuild/mips/xc.core
You can’t perform that action at this time.
0 commit comments