diff options
author | Fred Fish <fnf@specifix.com> | 1993-01-06 16:02:53 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-01-06 16:02:53 +0000 |
commit | 5d4ec8518be9aea84cc8cae134fcca564219e438 (patch) | |
tree | a08fcaeba1a71f0c0888f335d34aa8b5e922fbae /configure.in | |
parent | 71f555668692b85e088bce62a0d9931cc8ca842f (diff) | |
download | gdb-5d4ec8518be9aea84cc8cae134fcca564219e438.zip gdb-5d4ec8518be9aea84cc8cae134fcca564219e438.tar.gz gdb-5d4ec8518be9aea84cc8cae134fcca564219e438.tar.bz2 |
* Makefile.in (SUBDIRS): Add chillrt.
* Makefile.in (all.normal): Add all-chillrt.
* Makefile.in (all.cross): Add all-chillrt.
* Makefile.in (install-no-fixedincludes): Add install-chillrt.
* Makefile.in (install.cross): Add install-chillrt.
* Makefile.in (all-chillrt, install-chillrt): New targets.
* Makefile.in (subdir_do): Handle chillrt like newlib.
* configure.in (target_libs): Add chillrt.
(Also added appropriate stuff to .Sanitize)
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 6fa6355..319e3b0 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch # 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="libm xiberty newlib libg++" +target_libs="libm xiberty newlib chillrt libg++" # these tools are built using the target libs, and are intended to run only # in the target environment. we currently have none. |