From 23185973add1e663d4d851e805eac58e29df7bf3 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Mon, 11 Apr 2011 16:32:56 +0000
Subject: [PATCH] Update so that linux can be used to cross-compile to freebsd.

---
 tools/cross-scripts/cross-x86-osx-freebsd.lisp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/cross-scripts/cross-x86-osx-freebsd.lisp b/tools/cross-scripts/cross-x86-osx-freebsd.lisp
index e8d64e710..93edd1d1f 100644
--- a/tools/cross-scripts/cross-x86-osx-freebsd.lisp
+++ b/tools/cross-scripts/cross-x86-osx-freebsd.lisp
@@ -40,7 +40,10 @@
    '(:x86-bootstrap
      ;; :alpha :osf1 :mips
      :propagate-fun-type :propagate-float-type :constrain-float-type
-     ;; :openbsd :freebsd :glibc2 :linux
+     ;; :openbsd :freebsd :glibc2
+     :openbsd
+     :glibc2
+     :linux
      :mach-o :darwin
      :long-float :new-random :small))
 
-- 
GitLab