This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"
- From: Arnaud Charlet <charlet at adacore dot com>
- To: charlet at adacore dot com <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 2 Aug 2011 12:53:21 +0200
- Subject: Re: [Bug ada/49944] [4.5/4.6/4.7 regression] Bootstrapping on x86_64-pc-kfreebsd-gnu fails with "s-taprop.adb:856:10: "pthread_attr_setaffinity_np" is undefined (more references follow)"
- References: <bug-49944-4@http.gcc.gnu.org/bugzilla/> <bug-49944-4-Yfo5s3R1Jp@http.gcc.gnu.org/bugzilla/>
> > This is because GNU/kFreeBSD uses s-taprop-linux.adb, which uses
> > subprograms
>
> Well, then that's the bug: kFreeBSD should cheat and try to reuse linux
Sorry, I meant of course "shouldN'T cheat"
> files, that's bound to cause this kind of error.