[mlton] Bootstrap ppc

Adam Goode agoode at fedoraproject.org
Sat Apr 20 03:47:36 UTC 2013


commit ecdbf5c93e7883338132fa1ec42bc55c14b409ea
Author: Adam Goode <adam at spicenitz.org>
Date:   Fri Apr 19 23:47:30 2013 -0400

    Bootstrap ppc

 .gitignore |    3 ++-
 mlton.spec |   10 +++++++---
 sources    |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6bc4c02..f6e6297 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-mlton-20100608.src.tgz
+/mlton-20100608.src.tgz
+/mlton-20100608.ppc.tar.xz
diff --git a/mlton.spec b/mlton.spec
index b08ca2f..a698a24 100644
--- a/mlton.spec
+++ b/mlton.spec
@@ -1,8 +1,8 @@
-%global mlton_bootstrap 0
+%global mlton_bootstrap 1
 
 Name:		mlton
 Version:	20100608
-Release:	10%{?dist}
+Release:	11%{?dist}
 Summary:	Optimizing compiler for Standard ML
 
 Group:		Development/Languages
@@ -10,7 +10,8 @@ License:	MIT
 URL:		http://mlton.org/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tgz
 
-#Source1:	mlton-20070826-1.arm-linux.tgz
+Source1:	mlton-20100608.ppc.tar.xz
+ExclusiveArch:	ppc
 
 Patch0:		mlton-20070826-no-execmem.patch
 Patch1:		mlton-20100608-no-execstack.patch
@@ -94,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/mlton/sml/ckit-lib/regression
 
 
 %changelog
+* Fri Apr 19 2013 Adam Goode <adam at spicenitz.org> - 20100608-11
+- Bootstrap ppc
+
 * Thu Apr 18 2013 Adam Goode <adam at spicenitz.org> - 20100608-10
 - Constrain max-heap to a fixed value during building, otherwise 70% of physical
   ram is used
diff --git a/sources b/sources
index 59227cc..6fd57ac 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 8c53b68492a8aa41de06d35dc0e9d8fa  mlton-20100608.src.tgz
+87e3ced9fc2f0a896860bd63c232af4b  mlton-20100608.ppc.tar.xz


More information about the scm-commits mailing list