Re: Port libgcc's configury for *-*-gnu*

2008-10-09 Thread Paolo Bonzini
Thomas Schwinge wrote: > Hello! > > Here is a patch to port libgcc's configury for *-*gnu*. Ok. Paolo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: build system: gcc_cv_libc_provides_ssp and NATIVE_SYSTEM_HEADER_DIR

2008-10-09 Thread Paolo Bonzini
> Unfortunately, NATIVE_SYSTEM_HEADER_DIR is a Makefile variable (see > gcc/config/t-gnu). It is being used only in three places: > gcc/config/t-gnu, gcc/config/t-gnu and gcc/config/i386/t-mingw32. What > do you suggest? Make that definition a shell variable and move it to > gcc/config.gcc? I

Re: [PATCH] build system: gcc_cv_libc_provides_ssp

2008-10-10 Thread Paolo Bonzini
> Even though the NATIVE_SYSTEM_HEADER_DIR issue is still being discussed, > in either way we'll need this patch installed. Any objections? Ok. But can you please create a PR and attach there all patches that I approve, but must wait until after your copyright assignment form will have been pro

Re: [PATCH] build system: gcc_cv_libc_provides_ssp

2008-11-13 Thread Paolo Bonzini
> + *-*-gnu*) > + # Avoid complicated tests (see > + # ) and for now > + # simply assert that glibc does provide this, which is true for all > + # realistically usable configurations. Write "Hurd configurations", otherwise