File: use-clang.patch

package info (click to toggle)
cmucl 21d-2.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 45,364 kB
  • sloc: lisp: 378,758; ansic: 30,678; asm: 2,977; sh: 1,417; makefile: 352; csh: 31
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Force to rebuild cmucl with clang, as GCC causes a crash
Author: Peter Van Eynde <pvaneynd@debian.org>
Forwarded: not needed

--- cmucl.orig/bin/create-target.sh
+++ cmucl/bin/create-target.sh
@@ -39,7 +39,7 @@
 uname_m=`uname -m 2>/dev/null`
 [ -n "$lisp_variant" ] || {
     case $uname_s in
-	Linux) lisp_variant=x86_linux ;;
+	Linux) lisp_variant=x86_linux_clang ;;
 	FreeBSD) lisp_variant=x86_freebsd ;;
 	SunOS)
 	    case $uname_m in