From 01d2b1ebc597d3af6a4104e2018010eceef6c7a3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 21 Jul 2009 12:25:31 +0000 Subject: Abandon mingw32, cygwin. --- contrib/crossrpms/Makefile.am | 4 +--- contrib/crossrpms/configure.ac | 8 -------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/contrib/crossrpms/Makefile.am b/contrib/crossrpms/Makefile.am index 5c9941df00..20763c9628 100644 --- a/contrib/crossrpms/Makefile.am +++ b/contrib/crossrpms/Makefile.am @@ -6,10 +6,8 @@ EXTRA_DIST = SUBDIRS = @HOST_SUBDIRS@ @TARGET_SUBDIRS@ -DIST_SUBDIRS = cygwin -DIST_SUBDIRS += mingw32 +DIST_SUBDIRS = DIST_SUBDIRS += rtems4.8 - DIST_SUBDIRS += autotools EXTRA_DIST += specstrip diff --git a/contrib/crossrpms/configure.ac b/contrib/crossrpms/configure.ac index 88118f7139..960dc9f171 100644 --- a/contrib/crossrpms/configure.ac +++ b/contrib/crossrpms/configure.ac @@ -111,8 +111,6 @@ AC_SUBST(SPECSTRIP_OPTS) AS_IF([test "${host}" != "${build}"],[ AC_MSG_CHECKING(for RPM OS) case "$host" in - i?86-*cygwin*) RPM_OS=cygwin ;; - i?86-*mingw*) RPM_OS=mingw32 ;; sparc-*solaris*) RPM_OS=solaris2.7 ;; *) AC_MSG_ERROR([Unsupported host ${host}]) @@ -137,12 +135,6 @@ AC_SUBST(rtems_api,RTEMS_API) AC_CONFIG_FILES([Makefile]) -AC_CONFIG_FILES([cygwin/Makefile]) -AC_CONFIG_FILES([cygwin/i686/Makefile]) - -AC_CONFIG_FILES([mingw32/Makefile]) -AC_CONFIG_FILES([mingw32/i686/Makefile]) - AC_CONFIG_FILES([rtems4.8/Makefile]) AC_CONFIG_FILES([rtems4.8/arm/Makefile]) AC_CONFIG_FILES([rtems4.8/bfin/Makefile]) -- cgit v1.2.3