+# Convert config.guess results to a simpler form.
+ifeq ($(canonhost),sparc-sun-solaris2.1)
+canonhost := sparc-sun-solaris2
+endif
+ifeq ($(canonhost),sparc-sun-solaris2.3)
+canonhost := sparc-sun-solaris2
+endif
+ifeq ($(canonhost),mips-dec-ultrix4.2)
+canonhost := mips-dec-ultrix
+endif
+ifeq ($(canonhost),mips-sgi-irix4.0.1)
+canonhost := mips-sgi-irix4
+endif
+ifeq ($(canonhost),mips-sgi-irix4.0.5H)
+canonhost := mips-sgi-irix4
+endif
+ifeq ($(canonhost),rs6000-ibm-aix3.2)
+canonhost := rs6000-ibm-aix
+endif
+ifeq ($(canonhost),i486-unknown-sco3.2v4.0)
+canonhost := i386-sco3.2v4
+endif
+ifeq ($(canonhost),i386-unknown-sco3.2v4.0)
+canonhost := i386-sco3.2v4
+endif
+ifeq ($(canonhost),i386-unknown-sco3.2v4)
+canonhost := i386-sco3.2v4
+endif
+ifeq ($(canonhost),i386-unknown-go32)
+canonhost := i386-go32
+endif
+ifeq ($(canonhost),i386-unknown-sysv4.2)
+canonhost := i386-sysv4.2
+endif
+ifeq ($(canonhost),i386-lynx-lynxos)
+canonhost := i386-lynx
+endif
+ifeq ($(canonhost),m68k-lynx-lynxos)
+canonhost := m68k-lynx
+endif
+ifeq ($(canonhost),rs6000-lynx-lynxos2.2.2)
+canonhost := rs6000-lynx
+endif
+
+ifeq ($(canonhost),sparc-sun-sunos4.1.3)
+TARGETS = $(NATIVE) \
+ i386-go32 \
+ a29k-amd-udi \
+ h8300-hms \
+ i386-aout \
+ i386-lynx \
+ i960-vxworks \
+ mips-idt-ecoff mips64-elf mips-elf \
+ m68k-aout m68k-vxworks m68k-coff \
+ m68k-lynx \
+ sh-hms \
+ sparc-aout sparc-lynx sparc-vxworks \
+ sparclite-aout sparclite-vxworks \
+ sparclite-coff z8k-coff
+GCC = gcc -O -pipe