[MLton-commit] r7413

Wesley Terpstra wesley at mlton.org
Mon Feb 8 09:06:13 PST 2010


Tweak armel build options


----------------------------------------------------------------------

U   mlton/trunk/package/debian/changelog
U   mlton/trunk/package/debian/heap-size
U   mlton/trunk/package/debian/rules

----------------------------------------------------------------------

Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog	2010-02-06 14:13:07 UTC (rev 7412)
+++ mlton/trunk/package/debian/changelog	2010-02-08 17:06:12 UTC (rev 7413)
@@ -3,7 +3,7 @@
   * Restored -fPIC work-around and reopened #552314.
   * Got a qemu-linux-user with 1G of RAM to work => added armel target.
 
- -- Wesley W. Terpstra <terpstra at carrot.lan.lan>  Sat, 06 Feb 2010 11:16:31 +0100
+ -- Wesley W. Terpstra (Debian) <terpstra at debian.org>  Sat, 06 Feb 2010 11:16:31 +0100
 
 mlton (20100205~svn-r7410) unstable; urgency=low
 

Modified: mlton/trunk/package/debian/heap-size
===================================================================
--- mlton/trunk/package/debian/heap-size	2010-02-06 14:13:07 UTC (rev 7412)
+++ mlton/trunk/package/debian/heap-size	2010-02-08 17:06:12 UTC (rev 7413)
@@ -13,7 +13,7 @@
 #                -  8g (goetz)
 # amd64          -  1g (nautilus)              UNUSABLE / black-listed
 #                -  2g (excelsior, brahms)
-# armel          - 64g (sparta) ... but qemu only manages 1g
+# armel          - 64g (sparta)
 # hppa           -  8g (paer)
 #                -3.5g (penalosa, peri)
 # hurd-i386
@@ -40,8 +40,8 @@
 # sparc          -  2g (schroeder, lebrun, spontini)
 
 if dpkg-architecture -ealpha;          then result=3g;    fi
-if dpkg-architecture -earmel;          then result=800m;  fi
 if dpkg-architecture -eamd64;          then result=1.7g;  fi
+if dpkg-architecture -earmel;          then result=850m;  fi
 if dpkg-architecture -ehppa;           then result=1.5g;  fi
 if dpkg-architecture -ehurd-i386;      then result=800m;  fi
 if dpkg-architecture -ei386;           then result=1.5g;  fi

Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules	2010-02-06 14:13:07 UTC (rev 7412)
+++ mlton/trunk/package/debian/rules	2010-02-08 17:06:12 UTC (rev 7413)
@@ -13,7 +13,7 @@
 DEB_COMPRESS_EXCLUDE = mlton/guide .sml
 
 DEB_MAKE_CLEAN_TARGET   = clean clean-svn
-DEB_MAKE_BUILD_TARGET   = all RUNTIME_ARGS="fixed-heap $(HEAPSIZE)"
+DEB_MAKE_BUILD_TARGET   = all RUNTIME_ARGS="max-heap $(HEAPSIZE)"
 DEB_MAKE_INSTALL_TARGET = install-no-strip DESTDIR=$(CURDIR)/debian/tmp/ PREFIX=/usr MAN_PREFIX_EXTRA=/share
 DEB_MAKE_CHECK_TARGET   = check
 




More information about the MLton-commit mailing list