[movitz-devel] Patch: Fix asdf builds of ia-x86

Nyef nyef at softhome.net
Mon Jan 12 19:33:24 UTC 2004


Hello all.

Attached is a patch to fix building using asdf, tested using cmucl 18e.

Hope this helps.

--Alastair Bridgewater
-------------- next part --------------
Index: ia-x86.asd
===================================================================
RCS file: /project/movitz/cvsroot/ia-x86/ia-x86.asd,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 ia-x86.asd
--- ia-x86.asd	12 Jan 2004 15:23:55 -0000	1.1.1.1
+++ ia-x86.asd	12 Jan 2004 19:29:39 -0000
@@ -32,7 +32,8 @@
    (:file "read")
    (:file "codec")
    (:file "proglist")
-   (:file "def-instr")))
+   (:file "def-instr")
+   (:file "postload")))
 
 (defmethod perform :after ((o load-op) (c (eql (find-system :ia-x86))))
   (when (y-or-n-p "Initialize instruction tables? It may take a while, ~


More information about the movitz-devel mailing list