Re: [PATCH] Build system cleanups 1/4

2008-03-27 Thread Paolo Bonzini
FWIW, Cygwin's reliance on libiberty, so: Duh. Try again. Cygwin no longer relies on libiberty, so... You should have disabled it in Makefile.def, but no big deal -- I'll take care of it when I'll post a patch to remove target libiberty. Paolo -- Unsubscribe info: http://cygwin.co

Re: [PATCH] Build system cleanups 1/4

2008-03-27 Thread Christopher Faylor
On Thu, Mar 27, 2008 at 11:18:32AM -0400, Christopher Faylor wrote: >On Thu, Mar 27, 2008 at 12:08:22PM +0100, Paolo Bonzini wrote: >> Andreas Schwab wrote: >>> Paolo Bonzini <[EMAIL PROTECTED]> writes: If so, were you aware that the target libiberty is not compiled as PIC? >>> This is no

Re: [PATCH] Build system cleanups 1/4

2008-03-27 Thread Christopher Faylor
On Thu, Mar 27, 2008 at 12:08:22PM +0100, Paolo Bonzini wrote: > Andreas Schwab wrote: >> Paolo Bonzini <[EMAIL PROTECTED]> writes: >>> If so, were you aware that the target libiberty is not compiled as >>> PIC? >> This is not true. > > Here is the patch I'll test. I'll commit this as build system

Re: [PATCH] Build system cleanups 1/4

2008-03-27 Thread Paolo Bonzini
Andreas Schwab wrote: Paolo Bonzini <[EMAIL PROTECTED]> writes: If so, were you aware that the target libiberty is not compiled as PIC? This is not true. Here is the patch I'll test. I'll commit this as build system maintainer; of course any other patch to convert libiberty to libtool wi

Re: [PATCH] Build system cleanups 1/4

2008-03-27 Thread Andreas Schwab
Paolo Bonzini <[EMAIL PROTECTED]> writes: > If so, were you aware that the target libiberty is not compiled as > PIC? This is not true. The libiberty configure script handles that just fine. Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux Products GmbH, Maxfeldstraße 5, 90

Re: [PATCH] Build system cleanups 1/4

2008-03-27 Thread Paolo Bonzini
Andreas Schwab wrote: Paolo Bonzini <[EMAIL PROTECTED]> writes: This one removes the PICFLAG variables, which are never set, as well as the makefile fragments that used to set PICFLAG *at the time of Cygnus configure*. Committed to gcc and (shortly) to src. AFAICS this is used by libiberty w