gcc binary format output

Ian Lance Taylor iant@google.com
Wed Jul 12 04:39:00 GMT 2006


Victor Roman Archidona <daijo@unixevil.info> writes:

> I compiled by hand GCC, and when I compile some file the output format
> is "UNIX - System V".

When you compiled GCC yourself, what target did you use?

To get FreeBSD labelled binaries, you should configure with something
like
    --target=i386-freebsd

You will also need to build the binutils with that --target option.

Ian



More information about the Gcc-help mailing list