summaryrefslogtreecommitdiff
path: root/config/companion_libs.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-20 04:58:46 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commite7deac3aad394325f9e6fc6fda41d34ec94a59e0 (patch)
tree6ad88362f0bfa8385a91eb494009a4646aeb74b6 /config/companion_libs.in
parentb9af225f58e45c7fae7eb9d3689fe939243e7578 (diff)
Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/companion_libs.in')
-rw-r--r--config/companion_libs.in29
1 files changed, 23 insertions, 6 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in
index fae49ec..76ab0f9 100644
--- a/config/companion_libs.in
+++ b/config/companion_libs.in
@@ -122,43 +122,60 @@ config NCURSES_TARGET
config ZLIB
bool "Build local zlib"
+# FIXME this needs to have a list of options
+# [ ] libfoo for build
+# [ ] libfoo for host (if canadian)
+# [ ] libfoo for target
+# libfoo options -->
+#
+# Then have other packages *set default* for build/host
+# (but not select, so that user can utilize build's or host's system library)
+# and *select* the target (so that we build it if we must, and let user optionally
+# build it if he wants). Upon any of these options LIBFOO_{BUILD,HOST,TARGET}
+# being set, set LIBFOO_ENABLED and use that as a qualifier for submenu.
+# For now, just have comments delineating the libs.
if ZLIB
+comment "zlib options"
source "config/companion_libs/zlib.in"
endif
if LIBICONV
+comment "libiconv options"
source "config/companion_libs/libiconv.in"
endif
if GETTEXT
+comment "gettext options"
source "config/companion_libs/gettext.in"
endif
if GMP
+comment "GMP options"
source "config/companion_libs/gmp.in"
endif
if MPFR
+comment "MPFR options"
source "config/companion_libs/mpfr.in"
endif
if ISL
+comment "ISL options"
source "config/companion_libs/isl.in"
endif
if CLOOG
+comment "CLooG options"
source "config/companion_libs/cloog.in"
endif
if MPC
+comment "MPC options"
source "config/companion_libs/mpc.in"
endif
if LIBELF || LIBELF_TARGET
-comment "libelf version needed to build for target"
- depends on !LIBELF
+comment "libelf options"
source "config/companion_libs/libelf.in"
endif
if EXPAT || EXPAT_TARGET
-comment "expat version needed to build for target"
- depends on !EXPAT
+comment "expat options"
source "config/companion_libs/expat.in"
endif
if NCURSES || NCURSES_TARGET
-comment "ncurses version needed to build for target"
- depends on !NCURSES
+comment "ncurses options"
source "config/companion_libs/ncurses.in"
endif