diff options
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7680,15 +7680,15 @@ EOF wrappers_required=yes case $host in + *cegcc | *mingw32ce* ) + # Disable wrappers for cegcc, we are cross compiling anyway. + wrappers_required=no + ;; *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; - *cegcc) - # Disable wrappers for cegcc, we are cross compiling anyway. - wrappers_required=no - ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no |