From 10125c177aef3fbd17f56392044d5cb4a1f2c91a Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Sat, 12 Feb 2005 03:03:56 +0000 Subject: [PATCH] Update to add :linkage-table and :modular-arith the the new backend features, since they're available on ppc now. --- tools/cross-scripts/cross-ppc-ppc-darwin.lisp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/cross-scripts/cross-ppc-ppc-darwin.lisp b/tools/cross-scripts/cross-ppc-ppc-darwin.lisp index d26199500..5d6e2ad71 100644 --- a/tools/cross-scripts/cross-ppc-ppc-darwin.lisp +++ b/tools/cross-scripts/cross-ppc-ppc-darwin.lisp @@ -8,16 +8,20 @@ (c::new-backend "PPC" ;; Features to add here '(:ppc + :new-assembler :conservative-float-type - :hash-new :random-mt19937 + :hash-new + :random-mt19937 :darwin :bsd :cmu :cmu19 :cmu19a :relative-package-names ; Relative package names from Allegro + :linkage-table + :modular-arith ) ;; Features to remove from current *features* here '(:x86-bootstrap :alpha :osf1 :mips :x86 :i486 :pentium :ppro :propagate-fun-type :propagate-float-type :constrain-float-type - :openbsd :freebsd :glibc2 :linux :pentium :linkage-table :elf :mp + :openbsd :freebsd :glibc2 :linux :pentium :elf :mp :stack-checking :heap-overflow-check :gencgc :cgc :long-float :new-random :small)) -- GitLab