home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!halifax.syncomas.com!shap
- From: shap@halifax.syncomas.com
- Subject: Bug in cross builds
- Message-ID: <9301081006.AA10024@life.ai.mit.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 8 Jan 1993 07:03:00 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 11
-
- I can't remember if I sent this in or not.
-
- The LIBGCC2_CFLAGS variable should probably include -Isys-include.
- That way, if I have a directory that is already set up for
- cross-building the compiler, I have a chance of building libgcc2.a
-
- Also, in the make rule for collect, STANDARD_STARTFILE_PREFIX should
- be $(libsubdir), not $(libdir). Making it $(libdir) is an anachronism
- from the pre-libsubdir days. By changing it to $(libsubdir)
- cross-making collect works again.
-
-