+# 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),mips-sgi-irix5.2)
+canonhost := mips-sgi-irix5
+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),sparc-lynx-lynxos)
+canonhost := sparc-lynx
+endif
+ifeq ($(canonhost),rs6000-lynx-lynxos)
+canonhost := rs6000-lynx
+endif
+
+#
+# The following TARGETS variable settings probably ought to
+# be made automatically from the
+# /s1/cygnus/progressive/host-target-pairs.tbl file, using
+# the /s1/cygnus/progressive/targets script. But, be sure
+# that the native is spelled 'native'.
+#
+
+ifeq ($(canonhost),sparc-sun-sunos4.1.3)
+TARGETS = $(NATIVE) \
+ i386-go32 \
+ a29k-amd-udi \
+ h8300-hms \
+ i386-aout \
+ i386-lynx \
+ i960-vxworks5.0 i960-vxworks5.1 \
+ 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 \
+ OSE68000 OSE68k mips-ncd-elf
+# The OSE68000 and OSE68k targets are for Ericsson only;
+# the mips-ncd-elf target is for NCD only.
+GCC = gcc -O2 -pipe