summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-30 02:02:35 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-30 02:02:35 +0000
commitfc449a714ba744bd812bf8b0c081bf062c54cbeb (patch)
tree667b029621692b88a586df6b9cc93f1278df66c8 /configure.in
parentf98b370fba616fe6faca2fd8187d2b093f4ac2d0 (diff)
downloadgcc-fc449a714ba744bd812bf8b0c081bf062c54cbeb.tar.gz
* Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
(ALL_TARGET_MODULES): Add all-target-libobjc. (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly. (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly. (all-target-libchill): Add dependencies. * configure.in (target_libs): Add libchill. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22658 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fff3749a484..d3c66804489 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-libf2c target-libchill"
+target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-libf2c target-libchill target-libobjc"
# these tools are built using the target libs, and are intended to run only