Failure to bootstrap trunk with --enable-threads=posix on cygwin since r180767

Rainer Orth ro@CeBiTec.Uni-Bielefeld.DE
Tue Nov 8 18:20:00 GMT 2011


Dave Korn <dave.korn.cygwin@gmail.com> writes:

>   Notice how in your additions, you prepend the t-mingw-pthread file to the
> list in $tmake_file rather than append it as the existing code does.  Ordering
> of t-* files in $tmake_file is significant as there may be overrides and files
> should be listed from most generic to most target/os-specific, so please
> adjust those two hunks to match the way it's already being done.

Huh?  I've done it exactly the way it had been in gcc/config.gcc before
my patch series:

        case ${enable_threads} in
          "" | yes | win32)       thread_file='win32'
            tmake_file="${tmake_file} i386/t-gthr-win32"
            ;;
          posix)
            thread_file='posix'
            tmake_file="i386/t-mingw-pthread ${tmake_file}"
            ;;
        esac

Why should this suddenly be wrong in libgcc?

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University



More information about the Gcc-patches mailing list