[MLton-commit] r7484
Wesley Terpstra
wesley at mlton.org
Fri Jun 11 08:05:38 PDT 2010
This mips work-around doesn't work anymore, so kill it.
----------------------------------------------------------------------
U mlton/trunk/package/debian/changelog
D mlton/trunk/package/debian/patches/00-fpic-on-mips.patch
U mlton/trunk/package/debian/patches/series
----------------------------------------------------------------------
Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog 2010-06-11 14:14:49 UTC (rev 7483)
+++ mlton/trunk/package/debian/changelog 2010-06-11 15:05:37 UTC (rev 7484)
@@ -1,6 +1,8 @@
mlton (20100608-1) unstable; urgency=low
* New upstream release
+ * Removed the mips -fPIC work-around
+ * Filing a new gcc bug report upstream
-- Wesley W. Terpstra (Debian) <terpstra at debian.org> Fri, 11 Jun 2010 16:11:59 +0200
Deleted: mlton/trunk/package/debian/patches/00-fpic-on-mips.patch
===================================================================
--- mlton/trunk/package/debian/patches/00-fpic-on-mips.patch 2010-06-11 14:14:49 UTC (rev 7483)
+++ mlton/trunk/package/debian/patches/00-fpic-on-mips.patch 2010-06-11 15:05:37 UTC (rev 7484)
@@ -1,31 +0,0 @@
-Description: Work around for broken mips(el) gcc codegen
-Author: Wesley W. Terpstra (Debian) <terpstra at debian.org>
-Bug-Debian: http://bugs.debian.org/552314
-Forwarded: no
-Last-Update: 2010-04-29
-
-diff -Nur -x '*.orig' -x '*~' mlton/bin/mlton-script mlton.new/bin/mlton-script
---- mlton/bin/mlton-script 2009-11-07 17:29:05.000000000 +0100
-+++ mlton.new/bin/mlton-script 2009-11-07 17:31:43.000000000 +0100
-@@ -115,6 +115,7 @@
- -target-cc-opt openbsd '-I/usr/local/include' \
- -target-cc-opt aix '-maix64' \
- -target-cc-opt ia64 "$ia64hpux -mtune=itanium2" \
-+ -target-cc-opt mips '-fPIC' \
- -target-cc-opt sparc '-m32 -mcpu=v8 -Wa,-xarch=v8plusa' \
- -target-cc-opt x86 \
- '-m32
-diff -Nur -x '*.orig' -x '*~' mlton/runtime/Makefile mlton.new/runtime/Makefile
---- mlton/runtime/Makefile 2009-11-01 18:36:04.000000000 +0100
-+++ mlton.new/runtime/Makefile 2009-11-07 17:31:14.000000000 +0100
-@@ -84,6 +84,10 @@
- AR := ar -X 64 rc
- endif
-
-+ifeq ($(TARGET_ARCH), mips)
-+FLAGS += -fPIC
-+endif
-+
- ifeq ($(TARGET_ARCH), sparc)
- FLAGS += -m32 -mcpu=v8 -Wa,-xarch=v8plusa
- endif
Modified: mlton/trunk/package/debian/patches/series
===================================================================
--- mlton/trunk/package/debian/patches/series 2010-06-11 14:14:49 UTC (rev 7483)
+++ mlton/trunk/package/debian/patches/series 2010-06-11 15:05:37 UTC (rev 7484)
@@ -1 +0,0 @@
-00-fpic-on-mips.patch
More information about the MLton-commit
mailing list