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 3 of 6] debug/gdb: global static forces static cross-gdb


# HG changeset patch
# User "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
# Date 1291588846 -3600
# Node ID 5ac0871ae15d9777e604dca4bb392df1476f4482
# Parent  30612dd45f2c8896a33c4faa7128f0281a2ac47e
debug/gdb: global static forces static cross-gdb

Original patch from Bryan Hundven <bryanhundven@gmail.com>

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

diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -1,5 +1,8 @@
 # Menu for the cross GDB
 
+config STATIC_TOOLCHAIN
+    select GDB_CROSS_STATIC if GDB_CROSS
+
 config GDB_CROSS
     bool
     prompt "Cross-gdb"
diff --git a/config/toolchain.in b/config/toolchain.in
--- a/config/toolchain.in
+++ b/config/toolchain.in
@@ -40,6 +40,9 @@
       confident that this host has the required versions of system libs, then
       you can say 'Y' here, and all the host tools will be linked staticaly.
       
+      The impacted tools are:
+        - the cross-gdb
+      
       The default is 'N', to build dynamicaly-linked host binaries.
       
       NOTE: this has no connection to whether the target libraries will be

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