Commit 90a12988 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

configure.in (noconfigdirs): Disable libf2c.

	* configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
	libf2c.

From-SVN: r47022
parent d5114db1
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment