In all likelihood GCC is already available for the architecture you want, in which case you want GCC as a cross-compiler (f.e. on a x86 machine with Windows, use gcc to cross-compile for ARM chips). You can see the targets for gcc here.
Note that in all likelihood you will need to compile GCC yourself with that target.
BTW, what is your target architecture?