diff host/configure.in @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 435cced73e2f
children 518f42066aba
line wrap: on
line diff
--- a/host/configure.in
+++ b/host/configure.in
@@ -56,13 +56,6 @@ AC_OBJEXT
 AC_EXEEXT
 CYG_AC_PROG_MSVC
 
-dnl The eCos host-side only supports native builds, not cross-compilation.
-dnl Cross-compilation should not be impossible, but various macros
-dnl including testing for 64-bit require the ability to run code.
-if test "${cross_compiling}" = "yes"; then
-  AC_MSG_ERROR(cross-compilation of this package is not supported)
-fi
-
 dnl Allow the usual assertion and trace related options.
 CYG_AC_ARG_INFRASTRUCTURE