diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-19 00:19:40 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-19 00:19:40 +0000 |
commit | 8997bae831cc15231a71b173061f5a587675399e (patch) | |
tree | 87d2035129fc34a918fdce1aa00bb6f1bdd7c770 /Makefile.in | |
parent | 4e837e7368b960191a231170f8716e1105e11dfa (diff) | |
download | newlib-8997bae831cc15231a71b173061f5a587675399e.zip newlib-8997bae831cc15231a71b173061f5a587675399e.tar.gz newlib-8997bae831cc15231a71b173061f5a587675399e.tar.bz2 |
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
* Makefile.in: Regenerate.
* configure.in (powerpc64*-*-linux*): Remove.
* configure: Rebuilt.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 615e3d3..1b993f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -203,7 +203,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 ; \ |