byteswap.c and endian.c for gcc?
Ian Lance Taylor
ian@airs.com
Mon Jul 4 19:29:00 GMT 2005
"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
More information about the Gcc
mailing list