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: Options for PowerPC and to run with vxWorks


Jose Maldonado-Salgado wrote:

> ../binutils-2.11.2/configure --target=powerpc
> --prefix=/usr/local/josebin --program-suffix=ppc
> --enable-threads=vxworks --with-cpu=603 --with-arch=603
:
> The target def should look like powerpc-*-vxworks, but what option
> will put vxworks there ?

You add it to your --target, e.g. --target=powerpc-vxworks or --target=powerpc-wrs-vxworks.

Rup.



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