2008-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ Fix match patterns for cegcc*.
+ * libltdl/config/ltmain.m4sh (func_mode_link): Match '*cegcc*'
+ instead of '*cegcc' for $host_os.
+ * libltdl/m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Likewise.
+ * tests/lt_dladvise.at (lt_dlopenadvise library loading):
+ Likewise.
+ * libltdl/m4/ltoptions.m4 (AC_LIBTOOL_DLOPEN): Match
+ '*-*-cegcc*' for $host.
+
Ensure $ac_aux_dir is initialized for LIBTOOL_DEPS.
* libltdl/m4/libtool.m4 (LT_INIT): Require
AC_CONFIG_AUX_DIR_DEFAULT.
wrappers_required=no
fi
;;
- *cegcc)
+ *cegcc*)
# Disable wrappers for cegcc, we are cross compiling anyway.
wrappers_required=no
;;
fi
;;
-cegcc)
+cegcc*)
# use the weaker test based on 'objdump'. See mingw*.
lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
[enable_win32_dll=yes
case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
AC_CHECK_TOOL(AS, as, false)
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
AC_CHECK_TOOL(OBJDUMP, objdump, false)
# ------------------------------------------------------------------------- #
case $host_os in
-cygwin* | mingw*)
+cygwin* | mingw* | cegcc*)
# These hosts do not support linking without -no-undefined
CPPFLAGS="$CPPFLAGS -DHAVE_UNDEFINED_SYMBOLS=0"
;;