summaryrefslogtreecommitdiff
path: root/math/ccmath/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/ccmath/files/patch-aa')
-rw-r--r--math/ccmath/files/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/ccmath/files/patch-aa b/math/ccmath/files/patch-aa
new file mode 100644
index 000000000000..5094b1058252
--- /dev/null
+++ b/math/ccmath/files/patch-aa
@@ -0,0 +1,14 @@
+--- non_intel.sh.orig Wed Mar 7 16:13:59 2001
++++ non_intel.sh Wed Mar 7 16:14:20 2001
+@@ -13,9 +13,5 @@
+ rm $MDR/simu/*.s
+ echo " .s code replaced in simu"
+ echo
+-echo " bigendian byte order (y/n)"
+-read F
+-if [ $F = "y" ]
+- then cp $MDR/xarm/supp/big-end/*.c $MDR/xarm
+- echo " bigend code installed in xarm"
+-fi
++cp $MDR/xarm/supp/big-end/*.c $MDR/xarm
++echo " bigend code installed in xarm"