From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7003 invoked by alias); 4 Jul 2005 19:29:06 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6986 invoked by uid 22791); 4 Jul 2005 19:29:01 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Mon, 04 Jul 2005 19:29:01 +0000 Received: (qmail 7292 invoked by uid 10); 4 Jul 2005 19:28:59 -0000 Received: (qmail 8031 invoked by uid 500); 4 Jul 2005 19:28:53 -0000 To: "Sung-Gu" Cc: Subject: Re: byteswap.c and endian.c for gcc? References: <001d01c5805f$4feeb6a0$b3ee0b46@7g28egnebmzmx82> From: Ian Lance Taylor Date: Mon, 04 Jul 2005 19:29:00 -0000 In-Reply-To: <001d01c5805f$4feeb6a0$b3ee0b46@7g28egnebmzmx82> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-07/txt/msg00122.txt.bz2 "Sung-Gu" 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