This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: another baby step - namespace adjustments


DJ Delorie <dj@redhat.com> writes:

>> libm doesn't exist on all supported hosts.
>
> Didn't we just switch policies to require C90 compatible stage1
> compilers?  Wouldn't that guarantee a libm?  Or am I missing
> something?

C90 guarantees that the system has a sqrt() function somewhere, but
says nothing about the name of the library containing it.

zw


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