summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-07-21 12:25:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-07-21 12:25:31 +0000
commit01d2b1ebc597d3af6a4104e2018010eceef6c7a3 (patch)
tree8daf663efb9175c1442218d45093809b9bbd7561
parentRemove. (diff)
downloadrtems-01d2b1ebc597d3af6a4104e2018010eceef6c7a3.tar.bz2
Abandon mingw32, cygwin.
-rw-r--r--contrib/crossrpms/Makefile.am4
-rw-r--r--contrib/crossrpms/configure.ac8
2 files changed, 1 insertions, 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])