[MLton-commit] r7410
Wesley Terpstra
wesley at mlton.org
Fri Feb 5 08:21:39 PST 2010
This has been purported fixed in gcc.
----------------------------------------------------------------------
U mlton/trunk/package/debian/changelog
D mlton/trunk/package/debian/patches/00-fpic-on-mips.patch
----------------------------------------------------------------------
Modified: mlton/trunk/package/debian/changelog
===================================================================
--- mlton/trunk/package/debian/changelog 2010-02-05 16:15:54 UTC (rev 7409)
+++ mlton/trunk/package/debian/changelog 2010-02-05 16:21:38 UTC (rev 7410)
@@ -1,4 +1,4 @@
-mlton (20100205~svn-r7409) unstable; urgency=low
+mlton (20100205~svn-r7410) unstable; urgency=low
* New snapshot from svn/HEAD
* Split targets into sub-folder
@@ -6,6 +6,7 @@
* Add a debian/watch file for lintian
* Correct spelling errors in the manual page
* Updated to policy 3.8.4.0 (no changes)
+ * Removed -fPIC work-around for mips (closes: #552314)
-- Wesley W. Terpstra (Debian) <terpstra at debian.org> Fri, 05 Feb 2010 17:13:06 +0100
Deleted: mlton/trunk/package/debian/patches/00-fpic-on-mips.patch
===================================================================
--- mlton/trunk/package/debian/patches/00-fpic-on-mips.patch 2010-02-05 16:15:54 UTC (rev 7409)
+++ mlton/trunk/package/debian/patches/00-fpic-on-mips.patch 2010-02-05 16:21:38 UTC (rev 7410)
@@ -1,25 +0,0 @@
-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
More information about the MLton-commit
mailing list