This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Cross Compilation : GCC
- From: "Farid Izem" <farid dot izem at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 14 Apr 2007 01:01:36 +0200
- Subject: Cross Compilation : GCC
Hi All,
I have a Linux platform based on Linux Redhat WS 4.0
I d'like to build from this platform gcc for Solaris 8, 9 and 10.
How do i acquieve this step ?
Do i need special pre requisites in order to do that ?
Will the following line enought for doing it :
../configure/gcc-4.1.2/configure --disable-nls
--target=sparc-sun-solaris-2.8 --prefix=/var/tmp will work ?
Do i need additional steps ?
Kind Regards
Farid