libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add cegcc support


From: Ralf Wildenhues
Subject: Re: add cegcc support
Date: Fri, 18 Apr 2008 07:29:52 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* Vincent Torri wrote on Fri, Apr 18, 2008 at 07:25:01AM CEST:
>
>> All failing tests fail due to config.sub files which are not up to date.
>> Can you please go ahead and the config.sub file that comes with your
>> installed Automake package to contain your proposed changes?  It should
>> be located at $automake_prefix/share/automake-1.10/config.sub.  And then
>> please rerun 'make check-local' and repost testsuite.log, there should
>> be few failures left.
>
> indeed, 3 remaining failure:

Two of them are expected failures.  For the third, try the patch below.
If it works, then no reason to post the testsuite.log again.

I will then apply your patch after we have sorted out the git mess.

Thanks!
Ralf

diff --git a/tests/lt_dladvise.at b/tests/lt_dladvise.at
index 617539f..4ea41e5 100644
--- a/tests/lt_dladvise.at
+++ b/tests/lt_dladvise.at
@@ -286,7 +286,7 @@ dlopenable='resident local global'
 # ------------------------------------------------------------------------- #
 
 case $host_os in
-cygwin* | mingw*)
+cygwin* | mingw* | cegcc*)
   # These hosts do not support linking without -no-undefined
   CPPFLAGS="$CPPFLAGS -DHAVE_UNDEFINED_SYMBOLS=0"
   ;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]