This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fujitsu FR-V port (linuxthreads and nptl included)


> So, I can add an entry to ports/Versions.def and it will just work.

No top-level ports/ file should contain anything specific like this.  
Not just not anything cpu-specific, but really anything but the build
boilerplate of being an add-on.  Any real part of the port sources should
be in a sysdeps directory.  As we've already seen, this hasn't been
possible before for all things, and making it so requires some changes.
As I've said, I'll help when such changes are necessary, but it'll start
when you propose something that solves your problem while meeting the
constraints I've set.

> Unfortunately, Versions.v is preprocessed with -undef, so
> __FRV_FDPIC__ isn't defined.  Any chance we could take out this
> -undef, or must I come up with some more convoluted solution?

I think that's to counteract predefined -Di686 and the like making trouble.
So, probably not.  


Thanks,
Roland


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