Commit 6fc19d6d by Jeffrey A Law Committed by Jeff Law

Makefile.in (TARGET_CONFIGDIRS): Add libobjc.

        * 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.

From-SVN: r22658
parent 4fa78b35
Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
* 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.
1998-09-30 Manfred Hollstein <manfred@s-direktnet.de> 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in (target_subdir): Remove duplicate line. * configure.in (target_subdir): Remove duplicate line.
......
...@@ -154,7 +154,7 @@ OTHERS = ...@@ -154,7 +154,7 @@ OTHERS =
# This is set by the configure script to the list of directories which # This is set by the configure script to the list of directories which
# should be built using the target tools. # should be built using the target tools.
TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ libf2c libchill winsup TARGET_CONFIGDIRS = libiberty libgloss newlib libio librx libstdc++ libg++ libf2c libchill libobjc winsup
# Target libraries are put under this directory: # Target libraries are put under this directory:
# Changed by configure to $(target_alias) if cross. # Changed by configure to $(target_alias) if cross.
...@@ -678,6 +678,7 @@ ALL_TARGET_MODULES = \ ...@@ -678,6 +678,7 @@ ALL_TARGET_MODULES = \
all-target-newlib \ all-target-newlib \
all-target-libf2c \ all-target-libf2c \
all-target-libchill \ all-target-libchill \
all-target-libobjc \
all-target-winsup \ all-target-winsup \
all-target-libgloss \ all-target-libgloss \
all-target-libiberty \ all-target-libiberty \
...@@ -694,6 +695,7 @@ CONFIGURE_TARGET_MODULES = \ ...@@ -694,6 +695,7 @@ CONFIGURE_TARGET_MODULES = \
configure-target-newlib \ configure-target-newlib \
configure-target-libf2c \ configure-target-libf2c \
configure-target-libchill \ configure-target-libchill \
configure-target-libobjc \
configure-target-winsup \ configure-target-winsup \
configure-target-libgloss \ configure-target-libgloss \
configure-target-libiberty \ configure-target-libiberty \
...@@ -709,6 +711,7 @@ CHECK_TARGET_MODULES = \ ...@@ -709,6 +711,7 @@ CHECK_TARGET_MODULES = \
check-target-newlib \ check-target-newlib \
check-target-libf2c \ check-target-libf2c \
check-target-libchill \ check-target-libchill \
check-target-libobjc \
check-target-winsup \ check-target-winsup \
check-target-libiberty \ check-target-libiberty \
check-target-gperf check-target-gperf
...@@ -722,6 +725,7 @@ INSTALL_TARGET_MODULES = \ ...@@ -722,6 +725,7 @@ INSTALL_TARGET_MODULES = \
install-target-newlib \ install-target-newlib \
install-target-libf2c \ install-target-libf2c \
install-target-libchill \ install-target-libchill \
install-target-libobjc \
install-target-winsup \ install-target-winsup \
install-target-libgloss \ install-target-libgloss \
install-target-libiberty \ install-target-libiberty \
...@@ -795,6 +799,7 @@ CLEAN_TARGET_MODULES = \ ...@@ -795,6 +799,7 @@ CLEAN_TARGET_MODULES = \
clean-target-newlib \ clean-target-newlib \
clean-target-libf2c \ clean-target-libf2c \
clean-target-libchill \ clean-target-libchill \
clean-target-libobjc \
clean-target-winsup \ clean-target-winsup \
clean-target-libgloss \ clean-target-libgloss \
clean-target-libiberty \ clean-target-libiberty \
...@@ -1479,6 +1484,7 @@ configure-target-libstdc++: $(ALL_GCC) ...@@ -1479,6 +1484,7 @@ configure-target-libstdc++: $(ALL_GCC)
all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-libstdc++: configure-target-libstdc++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio
all-target-libf2c: configure-target-libf2c all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libf2c: configure-target-libf2c all-gas all-ld all-gcc all-target-libiberty all-target-newlib
all-target-libchill: configure-target-libchill all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libchill: configure-target-libchill all-gas all-ld all-gcc all-target-libiberty all-target-newlib
all-target-libobjc: configure-target-libobjc all-gas all-ld all-gcc all-target-libiberty all-target-newlib
all-m4: all-libiberty all-m4: all-libiberty
all-make: all-libiberty all-make: all-libiberty
all-mmalloc: all-mmalloc:
......
...@@ -55,7 +55,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms ...@@ -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 # 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) # 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 # these tools are built using the target libs, and are intended to run only
......
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