Skip to content
Snippets Groups Projects
Commit 10125c17 authored by rtoy's avatar rtoy
Browse files

Update to add :linkage-table and :modular-arith the the new backend

features, since they're available on ppc now.
parent 28cc7db4
No related branches found
No related tags found
No related merge requests found
...@@ -8,16 +8,20 @@ ...@@ -8,16 +8,20 @@
(c::new-backend "PPC" (c::new-backend "PPC"
;; Features to add here ;; Features to add here
'(:ppc '(:ppc
:new-assembler
:conservative-float-type :conservative-float-type
:hash-new :random-mt19937 :hash-new
:random-mt19937
:darwin :bsd :darwin :bsd
:cmu :cmu19 :cmu19a :cmu :cmu19 :cmu19a
:relative-package-names ; Relative package names from Allegro :relative-package-names ; Relative package names from Allegro
:linkage-table
:modular-arith
) )
;; Features to remove from current *features* here ;; Features to remove from current *features* here
'(:x86-bootstrap :alpha :osf1 :mips :x86 :i486 :pentium :ppro '(:x86-bootstrap :alpha :osf1 :mips :x86 :i486 :pentium :ppro
:propagate-fun-type :propagate-float-type :constrain-float-type :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 :stack-checking :heap-overflow-check
:gencgc :cgc :long-float :new-random :small)) :gencgc :cgc :long-float :new-random :small))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment