diff options
author | Richard Henderson <rth@cygnus.com> | 1998-01-31 17:41:24 -0800 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-31 18:41:24 -0700 |
commit | 8821a725d65a1509cb76153f32e4bdcddb4a30dc (patch) | |
tree | 9ff59760fe4b17092eb73ecaf88d179be762161a /configure.in | |
parent | 81fea2b1d147752f431b46c08f4c12a18a2d78bc (diff) | |
download | gcc-8821a725d65a1509cb76153f32e4bdcddb4a30dc.tar.gz |
Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
* 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.
From-SVN: r17569
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 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 |