cgcc: use 'i386' for the arch instead of 'i86'

cgcc can be used when cross-compiling if the target architecture
is given with '-target=<arch>'.

However, the name that needs to be given for the i386 arch is 'i86'.

Fix this by changing the name 'i86' into 'i386'.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
1 file changed