This is the mail archive of the gcc@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: COLLECT_EXPORT_LIST


On Sun, Mar 11, 2001 at 01:53:00AM -0800, Geoff Keating wrote:
> "Zack Weinberg" <zackw@Stanford.EDU> writes:
> 
> > Oh, so that's why it's #ifndef CROSS_COMPILE.
> 
> Well, it's a bit complicated.  I think it's not needed for
> cross-compiling _to_ AIX, either, and I don't understand why not.

Actually, when I was one of the PowerPC maintainers, it was one of the reasons
why it was hard to construct a cross compiler targeting AIX (there were a few
requests, but I'm not aware of anybody actually doing all of the work while I
was on the watch list).  The other was the hardcoded pathnames for the standard
library export files (look for the -bI and -bexport options).  I don't know if
its been fixed in the last two years.

> > Would it be appropriate to move it to rs6000/aix.h, then?
> 
> I think that'd be OK, if it was still protected by ! CROSS_COMPILE.

-- 
Michael Meissner, Red Hat, Inc.  (GCC group)
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482


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