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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in index b4e8099cbb0..f695982d796 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}" ;; |