diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2001-11-14 21:39:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-11-14 21:39:36 +0000 |
commit | 90a12988695ada8c9b24d7adc2dabcd7d7a1709b (patch) | |
tree | 455bd438dff3f88376427933878f30665e776ce7 | |
parent | d5114db12a9ae1a5b2ad1e7d0d9245e87462bfe3 (diff) | |
download | gcc-90a12988695ada8c9b24d7adc2dabcd7d7a1709b.zip gcc-90a12988695ada8c9b24d7adc2dabcd7d7a1709b.tar.gz gcc-90a12988695ada8c9b24d7adc2dabcd7d7a1709b.tar.bz2 |
configure.in (noconfigdirs): Disable libf2c.
* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
libf2c.
From-SVN: r47022
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-11-14 Hans-Peter Nilsson <hp@bitrange.com> + + * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable + libf2c. + 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add self. diff --git a/configure.in b/configure.in index d6e62ae..3212158 100644 --- a/configure.in +++ b/configure.in @@ -736,7 +736,7 @@ case "${target}" in ;; h8300*-*-* | \ h8500-*-*) - noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-libgloss ${libgcj} target-libf2c" ;; hppa*64*-*-linux* | parisc*64*-*-linux*) # In this case, it's because the hppa64-linux target is for |