public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Adds MPC versions 1.0 and 1.0.1
@ 2013-05-23 16:01 Daniel Rubio Bonilla
  2013-05-23 20:01 ` complibs/mpc: add " Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Rubio Bonilla @ 2013-05-23 16:01 UTC (permalink / raw)
  To: crossgcc

# HG changeset patch
# User Daniel Rubio Bonilla <danielrubiob@gmail.com>
# Date 1369324275 -7200
# Node ID 14c144155cfd010b2c4b8ad2d2e75d3c4dfccbff
# Parent  db27d12ec7c28fd480c6d04f2cdd9e446c95059b
Adds MPC versions 1.0 and 1.0.1

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

diff -r db27d12ec7c2 -r 14c144155cfd config/companion_libs/mpc.in
--- a/config/companion_libs/mpc.in      Sun May 05 18:01:47 2013 +0200
+++ b/config/companion_libs/mpc.in      Thu May 23 17:51:15 2013 +0200
@@ -6,6 +6,14 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW

+config MPC_V_1_0_1
+    bool
+    prompt "1.0.1"
+
+config MPC_V_1_0
+    bool
+    prompt "1.0"
+
 config MPC_V_0_9
     bool
     prompt "0.9"
@@ -29,6 +37,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    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
     default "0.8.2" if MPC_V_0_8_2
     default "0.8.1" if MPC_V_0_8_1

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

* complibs/mpc: add versions 1.0 and 1.0.1
  2013-05-23 16:01 [PATCH] Adds MPC versions 1.0 and 1.0.1 Daniel Rubio Bonilla
@ 2013-05-23 20:01 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2013-05-23 20:01 UTC (permalink / raw)
  To: Daniel Rubio Bonilla; +Cc: crossgcc

Daniel, All,

Your patch:
    complibs/mpc: add versions 1.0 and 1.0.1

has been applied as: #2685dfa9de14
    http://crosstool-ng.org/hg/crosstool-ng/rev/2685dfa9de14

Thank you!

Regards,
Yann E. MORIN.



--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-23 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-23 16:01 [PATCH] Adds MPC versions 1.0 and 1.0.1 Daniel Rubio Bonilla
2013-05-23 20:01 ` complibs/mpc: add " Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).