diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-14 21:39:36 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-14 21:39:36 +0000 |
commit | 97b9437ea2c5afaa651997411d5e97cacd396400 (patch) | |
tree | 455bd438dff3f88376427933878f30665e776ce7 /configure.in | |
parent | 5047c11ee877965063c13024474b0bb14d111871 (diff) | |
download | gcc-97b9437ea2c5afaa651997411d5e97cacd396400.tar.gz |
* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
libf2c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47022 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d6e62aeeeda..321215898dc 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 |