summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-04-19 00:19:40 +0000
committerDJ Delorie <dj@delorie.com>2003-04-19 00:19:40 +0000
commite18d0ed70769b8f20c09747db1c5feb586d10792 (patch)
tree7ceae391f5a29170bd7eeb422b399ed5ba89e335
parentd95337e76e9a6bf3078ce51eaa80d64adf361489 (diff)
downloadbinutils-redhat-add-fakeroots-dir.tar.gz
* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.kettenis_i386newframe-20030419-branchpointadd-fakeroots-dir
* Makefile.in: Regenerate. * configure.in (powerpc64*-*-linux*): Remove. * configure: Rebuilt.
-rw-r--r--ChangeLog10
-rw-r--r--Makefile.in3
-rw-r--r--Makefile.tpl3
-rwxr-xr-xconfigure5
-rw-r--r--configure.in5
5 files changed, 14 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index ba60649021..3008cc64ed 100644
--- 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
diff --git a/Makefile.in b/Makefile.in
index 615e3d3f4f..1b993f59e9 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 ; \
diff --git a/Makefile.tpl b/Makefile.tpl
index 922b0e52f0..314c44977d 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 ; \
diff --git a/configure b/configure
index 8b10e66150..045ad147f7 100755
--- 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}"
;;
diff --git a/configure.in b/configure.in
index b4e8099cbb..f695982d79 100644
--- a/configure.in
+++ b/configure.in
@@ -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}"
;;