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 2 of 6] complibs: do not prompt for shared libs if static selected


# HG changeset patch
# User Bryan Hundven <bryanhundven@gmail.com>
# Date 1291589099 -3600
# Node ID 30612dd45f2c8896a33c4faa7128f0281a2ac47e
# Parent  9a8dc460d65a80a150957a6a66841c1547636e45
complibs: do not prompt for shared libs if static selected

If the global static toolchain option is selected, then do not
prompt the user whether to build shared companion libraries.

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

diff --git a/config/companion_libs.in b/config/companion_libs.in
--- a/config/companion_libs.in
+++ b/config/companion_libs.in
@@ -141,6 +141,7 @@
     prompt "Build shared companion libraries"
     default n
     depends on COMPLIBS
+    depends on ! STATIC_TOOLCHAIN
     select WRAPPER_NEEDED
     help
       By default, the companion libraries will be build static. If you want to

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