On Mon, Nov 12, 2012 at 6:02 PM, Diego Novillo <dnovi...@google.com> wrote:
> On Mon, Nov 12, 2012 at 6:36 PM, H.J. Lu <hjl.to...@gmail.com> wrote:
>> Hi,
>>
>> Linux/x32 doesn't have __NR_mmap2/__NR_fstat64 and uses
>> __NR_mmap/__NR_fstat, just like Linux/x86-64.  Tested on Linux/x32.
>> OK to install?
>
> Patches to libsanitizer should be sent upstream.  We should only
> contain a copy of the master in the LLVM repository.  There should be
> instructions in libsanitizer/README.gcc (Jakub, Dodji, are they there?
>  I can't check ATM).
>

How does it work for

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55291

AM_ENABLE_MULTILIB is used to provide multilib support for
GCC run-time library, which is only defined in config/multi.m4
in GCC source tree.  How do you generate configure using
AM_ENABLE_MULTILIB outside of GCC source tree?

-- 
H.J.

Reply via email to