diff options
author | DJ Delorie <dj@delorie.com> | 2003-04-19 00:19:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-04-19 00:19:40 +0000 |
commit | cc4bb4570cfb670eaf2634359e69566fd4ecd92f (patch) | |
tree | de071d55d85b0ff6db2a63a13e46c9365a60ccfb /Makefile.tpl | |
parent | 1ae7e2cfb2b4319b22b7d27ca34637fd748ab7a7 (diff) | |
download | gdb-cc4bb4570cfb670eaf2634359e69566fd4ecd92f.tar.gz |
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.cvs/add-fakeroots-diradd-fakeroots-dir
* Makefile.in: Regenerate.
* configure.in (powerpc64*-*-linux*): Remove.
* configure: Rebuilt.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 922b0e52f07..314c44977d8 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -206,7 +206,8 @@ USUAL_MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \ # This just becomes part of the MAKEINFO definition passed down to # sub-makes. It lets flags be given on the command line while still # using the makeinfo from the object tree. -MAKEINFOFLAGS = +# (Default to avoid splitting info files by setting the threshold high.) +MAKEINFOFLAGS = --split-size=5000000 EXPECT = `if [ -f $$r/expect/expect ] ; \ then echo $$r/expect/expect ; \ |