[MLton-commit] r7412

Wesley Terpstra wesley at mlton.org
Sat Feb 6 06:13:07 PST 2010


Using qemu, armel looks possible!


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

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

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

Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog	2010-02-06 10:18:18 UTC (rev 7411)
+++ mlton/trunk/package/debian/changelog	2010-02-06 14:13:07 UTC (rev 7412)
@@ -1,6 +1,7 @@
-mlton (20100206~svn-r7411) unstable; urgency=low
+mlton (20100206~svn-r7412) unstable; urgency=low
 
   * 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
 

Modified: mlton/trunk/package/debian/control
===================================================================
--- mlton/trunk/package/debian/control	2010-02-06 10:18:18 UTC (rev 7411)
+++ mlton/trunk/package/debian/control	2010-02-06 14:13:07 UTC (rev 7412)
@@ -6,7 +6,7 @@
 Standards-Version: 3.8.4.0
 
 Package: mlton
-Architecture: alpha amd64 hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc
+Architecture: alpha amd64 armel hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc
 Depends: ${shlibs:Depends}, ${misc:Depends}, gcc, libc6-dev, libgmp3-dev (>= 4.0.1)
 Homepage: http://mlton.org/
 Description: Optimizing compiler for Standard ML

Modified: mlton/trunk/package/debian/heap-size
===================================================================
--- mlton/trunk/package/debian/heap-size	2010-02-06 10:18:18 UTC (rev 7411)
+++ mlton/trunk/package/debian/heap-size	2010-02-06 14:13:07 UTC (rev 7412)
@@ -11,47 +11,36 @@
 # Unfortunately, the debian buildds don't have that much memory
 # alpha          -  4g (goedel)
 #                -  8g (goetz)
-#   => 3g heap
 # amd64          -  1g (nautilus)              UNUSABLE / black-listed
 #                -  2g (excelsior, brahms)
-#   => 1.7g
+# armel          - 64g (sparta) ... but qemu only manages 1g
 # hppa           -  8g (paer)
 #                -3.5g (penalosa, peri)
-#   => 1.5g heap
 # hurd-i386
 #                -400m (rossini)               UNUSABLE / black-listed
 #                - 1g- (bach)                  UNUSABLE / black-listed
 #                - 1g+ (mozart)
-#   => 650m heap
 # i386           - 16g (murphy)
 #                -  4g (puccini)
-#   => 1.5g heap
 # ia64           - 12g (mundy)
 #                -  4g (caballero)
-#   => 3g heap
 # kfreebsd-amd64 -  2g (himalia2)
 #                -1.5g (fano)                  UNUSABLE / black-listed
-#   => 1.7g heap
 # kfreebsd-i386  -  2g (himalia1)
 #                -  1g (finzi)                 black-listed
-#   => 1.5g
 # mips           -  1g (ball)
 #                -1.4g (mayr)
-#   => 800m heap
 # mipsel         -  1g (mayer)
 #                -0.5g (rem)                   UNUSABLE / black-listed
-#   => 800m heap
 # powerpc        -0.3g (voltaire)              UNUSABLE / black-listed
 #                -0.5g (malo)                  UNUSABLE / black-listed
 #                -  3g (praetorius)
-#   => 1.5g heap
 # s390           - ??? (31)
 #                -  1g (lxdebian) ... but fast swap?
-#   => 850m
 # sparc          -  2g (schroeder, lebrun, spontini)
-#   => 1.5g heap
 
 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 -ehppa;           then result=1.5g;  fi
 if dpkg-architecture -ehurd-i386;      then result=800m;  fi




More information about the MLton-commit mailing list