i use mini6410 where will Arm linux gcc be installed; to board or to computer? regards..
help arm-linux-gcc installation
Just run the tool "file" on the executable of your compiler. If it tells you something like "ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, not stripped" it's for your host. If it tells you something like "ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.23, stripped" it's for your target. I guess its a cross compiler and for your host computer.