This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in top level Makefile.in



  In message <38735DF0.4F3CBDC1@OARcorp.com>you write:
  > 
  > The attached patch fixes a minor bug in the gcc/Makefile.in.  This is
  > Ian Lance Taylor's description of the code fragment being fixed:
  > 
  >   It looks like a pretty clear bug in the gcc Makefile.  The current
  >   code says:
  > 
  >   if we have newlib
  >     if we have winsup
  >       use newlib and winsup
  >     else
  >       use newlib include files, but not newlib libraries (*)
  >     fi
  >   else
  >     use neither newlib nor winsup
  >   fi
  > 
  > 2000-01-05  Joel Sherrill (joel@OARcorp.com)
  > 
  > 	* Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
  > 	as include files.
Thanks.  Installed.
jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]