From d846c99ee4c5906a6b6bb7fdc56485fec4a1cece Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 30 Dec 1998 06:18:02 +0000 Subject: [PATCH] * 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. --- ChangeLog | 10 ++++++---- config/mt-cygwin | 2 ++ configure.in | 7 +++++-- 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 config/mt-cygwin diff --git a/ChangeLog b/ChangeLog index faa7cca3c7e..e9838fe372b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -start-sanitize-tinyj -1998-12-17 Anthony Green +Wed Dec 30 01:13:03 1998 Christopher Faylor - * 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 * configure.in: Add cygmon for x86-coff and x86-elf. Configure diff --git a/config/mt-cygwin b/config/mt-cygwin new file mode 100644 index 00000000000..1b742e06dcc --- /dev/null +++ b/config/mt-cygwin @@ -0,0 +1,2 @@ +EXTRA_TARGET_HOST_ALL_MODULES=all-target-libtermcap +EXTRA_TARGET_HOST_INSTALL_MODULES=install-target-libtermcap diff --git a/configure.in b/configure.in index 3cbc5a3c3f8..4f38937e947 100644 --- a/configure.in +++ b/configure.in @@ -359,6 +359,9 @@ case "${target}" in *-*-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 @@ -713,8 +716,8 @@ case "${target}" in 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 / /'` -- 2.30.2