This is the mail archive of the gcc-help@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: help- gcc porting


On Thu, 2002-05-09 at 12:37, Shripad wrote:
> is it necessary ti specify the target os while building gcc..
> I actually wanted to build it for a minimlistic unix type os..
> Hence what should be the target to be specified..

Hi,

... from ``info gcc''
--> snip
     ... So you don't need to specify a configuration when
     building a native compiler unless `configure' cannot figure out
     what your configuration is or guesses wrong.

     In those cases, specify the build machine's "configuration name"
     with the `--host' option; the host and target will default to be
     the same as the host machine. ...
snap <--

Shripad, due to the fact that we don't know what platform you're on and
what this "minimlistic unix type os" - thing is, have a look at the gcc
documentation to see if your target platform/os is supported.

Regards
Frank


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