diff options
author | Mike Werner <mtw@cygnus> | 1993-01-07 04:39:57 +0000 |
---|---|---|
committer | Mike Werner <mtw@cygnus> | 1993-01-07 04:39:57 +0000 |
commit | 6218894f95612e7355412334080922e735063da6 (patch) | |
tree | 9612f8fb3555b4b7b30cde7d4f7a114fa90299e3 /configure.in | |
parent | d405f5be8471f4a08844b7f6359ab4816983c56f (diff) | |
download | gdb-6218894f95612e7355412334080922e735063da6.zip gdb-6218894f95612e7355412334080922e735063da6.tar.gz gdb-6218894f95612e7355412334080922e735063da6.tar.bz2 |
* Makefile.in: Removed explicit setting of SUBDIRS. This gets done
by configure, using configure.in .
**** start-sanitize-chill ****
* configure.in: Added sanitization for chill to the setting of
target_libs .
**** end-sanitize-chill ****
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 319e3b0..e928d76 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,11 @@ 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 chillrt libg++" +target_libs="libm xiberty newlib libg++" + +## start-sanitize-chill +target_libs="${target_libs} chill" +## end-sanitize-chill # these tools are built using the target libs, and are intended to run only # in the target environment. we currently have none. |