home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / bug / 3141 < prev    next >
Encoding:
Text File  |  1993-01-08  |  828 b   |  24 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!halifax.syncomas.com!shap
  3. From: shap@halifax.syncomas.com
  4. Subject: Bug in cross builds
  5. Message-ID: <9301081006.AA10024@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Fri, 8 Jan 1993 07:03:00 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 11
  12.  
  13. I can't remember if I sent this in or not.
  14.  
  15. The LIBGCC2_CFLAGS variable should probably include -Isys-include.
  16. That way, if I have a directory that is already set up for
  17. cross-building the compiler, I have a chance of building libgcc2.a
  18.  
  19. Also, in the make rule for collect, STANDARD_STARTFILE_PREFIX should
  20. be $(libsubdir), not $(libdir).  Making it $(libdir) is an anachronism
  21. from the pre-libsubdir days.  By changing it to $(libsubdir)
  22. cross-making collect works again.
  23.  
  24.