[clisp] Update -arm patch to fix FTBFS on armhfp during mass rebuild.

Jerry James jjames at fedoraproject.org
Sat Aug 3 20:59:01 UTC 2013


commit aa13845cc6c83d4e3c182b25d37a04253b1119c0
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Aug 3 14:58:31 2013 -0600

    Update -arm patch to fix FTBFS on armhfp during mass rebuild.

 clisp-arm.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/clisp-arm.patch b/clisp-arm.patch
index 2eb5373..a0dfd88 100644
--- a/clisp-arm.patch
+++ b/clisp-arm.patch
@@ -854,3 +854,14 @@
  #endif
  
          END
+--- src/makemake.in.orig	2013-02-16 15:26:28.000000000 -0700
++++ src/makemake.in	2013-08-03 14:55:30.000000000 -0600
+@@ -1673,7 +1673,7 @@
+   ARI_ASMD=$ARI_ASMD' arihppa'
+   ARI_ASMS=$ARI_ASMS' arihppa'
+ fi
+-if [ "$cpu" = arm ] ; then
++if [ "$cpu" = arm -o "$cpu" = armel ] ; then
+   ARI_ASMD=$ARI_ASMD' ariarm'
+   ARI_ASMS=$ARI_ASMS' ariarm'
+ fi


More information about the scm-commits mailing list