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]
Other format: [Raw text]

Re: byteswap.c and endian.c for gcc?


"Sung-Gu" <parksg@contela.com> writes:

> I thought I might find a specfic directory in gcc sources whether it supports
> the files.
> I don't want to compile the whole source files. :(

gcc is just the compiler.  Header files like byteswap.c and endian.c
are part of the system library.  gcc does not provide a system
library.

I don't know where to find those header files for Solaris, but it is
not here.

Ian


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