This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool patch] - update from mpc 0.8.1 to 0.8.2 to fix build issue missing GMP_RNDA in acos.c


One of the changes between 0.8.1 and 0.8.2 fixes the GMP_RNDA that was
removed in mpfr 3.0.

Chris
diff -r 198a5a6e5239 config/companion_libs/mpc.in
--- a/config/companion_libs/mpc.in	Sun Jun 13 23:38:37 2010 +0200
+++ b/config/companion_libs/mpc.in	Mon Jun 14 21:53:06 2010 -0400
@@ -6,9 +6,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config MPC_V_0_8_1
+config MPC_V_0_8_2
     bool
-    prompt "0.8.1"
+    prompt "0.8.2"
 
 config MPC_V_0_7
     bool
@@ -25,6 +25,6 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "0.8.1" if MPC_V_0_8_1
+    default "0.8.2" if MPC_V_0_8_2
     default "0.7" if MPC_V_0_7
     default "0.6" if MPC_V_0_6
--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]