From 71779fbc76494e9e4a3a67488f9e43ced56ae3c3 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 29 Jun 2010 15:37:11 +0000 Subject: [PATCH] Add comment about what this is for. --- bootfiles/20a/boot-2010-06-cross-x86.lisp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootfiles/20a/boot-2010-06-cross-x86.lisp b/bootfiles/20a/boot-2010-06-cross-x86.lisp index f47a35195..bc993a8f0 100644 --- a/bootfiles/20a/boot-2010-06-cross-x86.lisp +++ b/bootfiles/20a/boot-2010-06-cross-x86.lisp @@ -1,2 +1,5 @@ +;; Cross-compile script for x86 to add new SC numbers the xmm +;; (floating-point) registers. The default cross-compile script is +;; good enough for this. #+x86 (load "target:tools/cross-scripts/cross-x86-x86") -- GitLab