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

See crosstool-NG 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]

[PATCH 3 of 4] Updated MPC library


# HG changeset patch
# User danielrubiob@gmail.com
# Date 1391981096 -3600
#      Sun Feb 09 22:24:56 2014 +0100
# Node ID d78f3a4ba2df1e0768519764d1d0c295d8ce61bc
# Parent  e0361ed37146d025171ffd55a3e9f6a8a0a653c6
Updated MPC library

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>

diff -r e0361ed37146 -r d78f3a4ba2df config/companion_libs/mpc.in
--- a/config/companion_libs/mpc.in	Sun Feb 09 22:23:59 2014 +0100
+++ b/config/companion_libs/mpc.in	Sun Feb 09 22:24:56 2014 +0100
@@ -6,6 +6,10 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config MPC_V_1_0_2
+    bool
+    prompt "1.0.2"
+
 config MPC_V_1_0_1
     bool
     prompt "1.0.1"
@@ -22,7 +26,6 @@
     bool
     prompt "0.8.2"
 
-
 config MPC_V_0_8_1
     bool
     prompt "0.8.1"
@@ -37,6 +40,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "1.0.2" if MPC_V_1_0_2
     default "1.0.1" if MPC_V_1_0_1
     default "1.0" if MPC_V_1_0
     default "0.9" if MPC_V_0_9

--
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]