* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
authorDJ Delorie <dj@redhat.com>
Sat, 19 Apr 2003 00:19:40 +0000 (00:19 +0000)
committerDJ Delorie <dj@redhat.com>
Sat, 19 Apr 2003 00:19:40 +0000 (00:19 +0000)
* Makefile.in: Regenerate.

* configure.in (powerpc64*-*-linux*): Remove.
* configure: Rebuilt.

ChangeLog
Makefile.in
Makefile.tpl
configure
configure.in

index ba60649021f11b5318cccb35c8cbaa5d4377d1a6..3008cc64edb5ee28ef51da39b0ed934b7b1fe376 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
+       * Makefile.in: Regenerate.
+
+2003-04-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.in (powerpc64*-*-linux*): Remove.
+       * configure: Rebuilt.
+
 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
 
        * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
index 615e3d3f4ffb2b6de30a3e698385e3bc0c3a3508..1b993f59e9c539b080ec2a6d91bbc2a5c7095d21 100644 (file)
@@ -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 ; \
index 922b0e52f071db545618eae37eac45408d31f9bc..314c44977d823d2a282245d1c65e598ce2b6eb6a 100644 (file)
@@ -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 ; \
index 8b10e6615050f6b5057cee04447b6b39bcc359f5..045ad147f7303bb252e2e57cc2aa1b344d545e87 100755 (executable)
--- a/configure
+++ b/configure
@@ -1267,11 +1267,6 @@ case "${target}" in
   powerpc-*-eabi)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
-  powerpc64*-*-linux*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
-    # not yet ported.
-    noconfigdirs="$noconfigdirs target-libffi"
-    ;;
   rs6000-*-lynxos*)
     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
     ;;
index b4e8099cbb072896d8b2236e629f052a9bf0ad77..f695982d796ae8dae9a73b6e366c7a698a1f02f7 100644 (file)
@@ -607,11 +607,6 @@ case "${target}" in
   powerpc-*-eabi)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;
-  powerpc64*-*-linux*)
-    noconfigdirs="$noconfigdirs target-newlib target-libgloss"
-    # not yet ported.
-    noconfigdirs="$noconfigdirs target-libffi"
-    ;;
   rs6000-*-lynxos*)
     noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
     ;;
This page took 0.045714 seconds and 4 git commands to generate.