This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: RFA: Remove ARM syscall support from newlib
On 01/08/11 11:42, Can Finner wrote:
>> Won't this require all users to now use a link script in order to build
>> their binaries. If so, then I think this will break testing of GCC.
>>
> link script might be unnecessary, but additional libraries in command line.
> If this is not an issue, I guess it's better to remove syscalls in newlib,
> since it's already different with libgloss, getting more difficult to
> keep it sync with libgloss and might cause problem in maintaining and
> using it.
>
> Thanks.
Same thing really, when it comes to GCC testing. All of this is driven
by the dejagnu framework, but that's not set up to either add extra
libraries or suitable link script rules.
R.