From 4b791501ed1aa506c3109891d21cae170cc38fd9 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 1 Dec 2010 12:42:48 -0800 Subject: tcl: upgrade from 8.5.8 to 8.5.9 Rebased this patch to the newer upstream code. modified: fix_non_native_build_issue.patch Deleted following patch as the newer upstream code includes it already. deleted: tcl/mips-tclstrtod.patch tcl: update checksums Signed-off-by: Nitin A Kamble --- .../tcltk/tcl/mips-tclstrtod.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch (limited to 'meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch') diff --git a/meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch b/meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch deleted file mode 100644 index c1e0d63324..0000000000 --- a/meta/recipes-devtools/tcltk/tcl/mips-tclstrtod.patch +++ /dev/null @@ -1,28 +0,0 @@ -http://sourceforge.net/tracker/index.php?func=detail&aid=2902010&group_id=10894&atid=110894 - -Pulled from OE by: Saul Wold - ---- ../generic/tclStrToD.c.orig -+++ ../generic/tclStrToD.c -@@ -71,9 +71,10 @@ - - /* - * MIPS floating-point units need special settings in control registers -- * to use gradual underflow as we expect. -+ * to use gradual underflow as we expect. This fix is for the MIPSpro -+ * compiler. - */ --#if defined(__mips) -+#if defined(__sgi) && defined(_COMPILER_VERSION) - #include - #endif - /* -@@ -2166,7 +2167,7 @@ - } bitwhack; - #endif - --#if defined(__mips) -+#if defined(__sgi) && defined(_COMPILER_VERSION) - union fpc_csr mipsCR; - - mipsCR.fc_word = get_fpc_csr(); -- cgit v1.2.3-54-g00ecf