This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: PR other/55292: libsanitizer doesn't support x32


On Mon, Nov 12, 2012 at 6:02 PM, Diego Novillo <dnovillo@google.com> wrote:
> On Mon, Nov 12, 2012 at 6:36 PM, H.J. Lu <hjl.tools@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]