aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@aarsen.me>2023-11-16 23:50:30 +0100
committerTom Tromey <tromey@adacore.com>2023-12-18 09:39:17 -0700
commit989ea4061f275edb85ab5de8f908be5a273bd05a (patch)
tree496afe579a6c88cba00d33cf2f08ea14809a008f /Makefile.def
parent8ea1e363b92243b0562e4a4a360a582e368884a8 (diff)
downloadfsf-binutils-gdb-989ea4061f275edb85ab5de8f908be5a273bd05a.zip
fsf-binutils-gdb-989ea4061f275edb85ab5de8f908be5a273bd05a.tar.gz
fsf-binutils-gdb-989ea4061f275edb85ab5de8f908be5a273bd05a.tar.bz2
gettext: disable install, docs targets, libasprintf, threads
This fixes issues reported by David Edelsohn <dje.gcc@gmail.com>, and by Eric Gallager <egallager@gcc.gnu.org>. ChangeLog: * Makefile.def (gettext): Disable (via missing) {install-,}{pdf,html,info,dvi} and TAGS targets. Set no_install to true. Add --disable-threads --disable-libasprintf. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def13
1 files changed, 11 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index 792f814..662e50f 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -80,8 +80,17 @@ host_modules= { module= gettext; bootstrap=true; no_install=true;
// need it in some configuratons, which is determined via nontrivial tests.
// Always enabling pic seems to make sense for something tied to
// user-facing output.
- extra_configure_flags='--disable-shared --disable-java --disable-csharp --with-pic';
- lib_path=intl/.libs; };
+ extra_configure_flags='--disable-shared --disable-threads --disable-java --disable-csharp --with-pic --disable-libasprintf';
+ missing= pdf;
+ missing= html;
+ missing= info;
+ missing= dvi;
+ missing= install-pdf;
+ missing= install-html;
+ missing= install-info;
+ missing= install-dvi;
+ missing= TAGS;
+ no_install= true; };
host_modules= { module= tcl;
missing=mostlyclean; };
host_modules= { module= itcl; };