From c495fa666165541fc3b5a21d0ad7f50a807bbab7 Mon Sep 17 00:00:00 2001 From: law Date: Sun, 1 Feb 1998 01:41:24 +0000 Subject: * Makefile.in (TARGET_CONFIGDIRS): Add libf2c. (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly (CLEAN_TARGET_MODULES): Similarly (all-target-libf2c): Add dependences. * configure.in (target_libs): Add libf2c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17569 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3d9dda6f885..5c7a8c6f9d5 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms # these libraries are built for the target environment, and are built after # the host libraries and the host tools (which may be a cross compiler) # -target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++" +target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-libf2c" # these tools are built using the target libs, and are intended to run only -- cgit v1.2.1