* Makefile.in: Removed explicit setting of SUBDIRS. This gets done
authorMike Werner <mtw@cygnus>
Thu, 7 Jan 1993 04:39:57 +0000 (04:39 +0000)
committerMike Werner <mtw@cygnus>
Thu, 7 Jan 1993 04:39:57 +0000 (04:39 +0000)
  by configure, using configure.in .
**** start-sanitize-chill ****
* configure.in: Added sanitization for chill to the setting of
  target_libs .
**** end-sanitize-chill ****

configure.in

index 319e3b0432db733f82c14e1b34ac8953b479a544..e928d76f5224c33f2eefd3b1cfa469dd69594481 100644 (file)
@@ -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.