mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Add a build test for #+(and arm64 immobile-space).
This commit is contained in:
parent
907f5ce036
commit
4ddf90c073
|
|
@ -34,7 +34,8 @@
|
|||
'(("arm" ("arm" :little-endian :largefile))
|
||||
("arm64" ("arm64" :little-endian :sb-thread)
|
||||
("arm64-darwin" :darwin :bsd :unix :mach-o :little-endian :sb-thread :darwin-jit)
|
||||
("arm64-reloc" :little-endian :sb-thread :relocatable-static-space))
|
||||
("arm64-reloc" :little-endian :sb-thread :relocatable-static-space)
|
||||
("arm64-immobile-space" :little-endian :sb-thread :immobile-space))
|
||||
("mips" ("mips" :largefile :little-endian))
|
||||
("ppc" ("ppc" :big-endian)
|
||||
("ppc-thread" :big-endian :sb-thread))
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@ obj/xbuild/arm64-reloc/xc.core: $(DEPS1)
|
|||
obj/xbuild/arm64-reloc.core: obj/xbuild/arm64-reloc/xc.core
|
||||
$(SBCL) $(ARGS) arm64-reloc < $(SCRIPT2)
|
||||
|
||||
obj/xbuild/arm64-immobile/xc.core: $(DEPS1)
|
||||
$(SBCL) $(ARGS) arm64-immobile arm64 "(:UNIX :LINUX :ELF :LITTLE-ENDIAN :SB-THREAD :IMMOBILE-SPACE)" < $(SCRIPT1)
|
||||
obj/xbuild/arm64-immobile.core: obj/xbuild/arm64-immobile/xc.core
|
||||
$(SBCL) $(ARGS) arm64-immobile < $(SCRIPT2)
|
||||
|
||||
obj/xbuild/mips/xc.core: $(DEPS1)
|
||||
$(SBCL) $(ARGS) mips mips "(:UNIX :LINUX :ELF :LARGEFILE :LITTLE-ENDIAN)" < $(SCRIPT1)
|
||||
obj/xbuild/mips.core: obj/xbuild/mips/xc.core
|
||||
|
|
|
|||
Loading…
Reference in a new issue