target as well as the host.
* config.guess: Allow mixed case in cygwin uname output.
* Makefile.in: Add libtermcap target.
* config/mt-cygwin: New file. libtermcap target info.
-start-sanitize-tinyj
-1998-12-17 Anthony Green <green@cygnus.com>
+Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
- * config.sub, configure.in: Add tiny2j-*-* target.
+ * configure.in: libtermcap.a should be built when cygwin is the
+ target as well as the host.
+ * config.guess: Allow mixed case in cygwin uname output.
+ * Makefile.in: Add libtermcap target.
+ * config/mt-cygwin: New file. libtermcap target info.
-end-sanitize-tinyj
Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
* configure.in: Add cygmon for x86-coff and x86-elf. Configure
--- /dev/null
+EXTRA_TARGET_HOST_ALL_MODULES=all-target-libtermcap
+EXTRA_TARGET_HOST_INSTALL_MODULES=install-target-libtermcap
*-*-linux-gnu)
target_makefile_frag="${target_makefile_frag} config/mt-linux"
;;
+ *-cygwin*)
+ target_makefile_frag="${target_makefile_frag} config/mt-cygwin"
+ ;;
esac
# If --enable-target-optspace always use -Os instead of -O2 to build
esac
;;
*-*-cygwin*)
- target_configdirs="$target_configdirs target-winsup"
- noconfigdirs="$noconfigdirs target-gperf target-libgloss"
+ target_configdirs="$target_configdirs target-libtermcap target-winsup"
+ noconfigdirs="$noconfigdirs target-libgloss"
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`