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]

[PATCH 02 of 10] binutils/binutils: add BINUTILS_2_21_or_later blind option


# HG changeset patch
# User "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
# Date 1293559641 -3600
# Node ID 0377ec14ac23f0342e2b938f1a4c15d7e3a20db8
# Parent  4e5486098305b1ef2fdfb2c8ad740848a9a14eec
binutils/binutils: add BINUTILS_2_21_or_later blind option

Add BINUTILS_2_21_or_later blind option. It will be used to add
conditional support for building 'gold' on versions that have it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>

diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -12,6 +12,7 @@
     bool
     depends on EXPERIMENTAL
     prompt "2.21"
+    select BINUTILS_2_21_or_later
 
 config BINUTILS_V_2_20_1
     bool
@@ -58,6 +59,9 @@
     default "2.17" if BINUTILS_V_2_17
     default "2.16.1" if BINUTILS_V_2_16_1
 
+config BINUTILS_2_21_or_later
+    bool
+
 config BINUTILS_EXTRA_CONFIG
     string
     prompt "binutils extra config"

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