Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 10 Oct 2012 23:51:25 +0200
From: John Spencer <maillist-musl@...fooze.de>
To: musl@...ts.openwall.com
Subject: musl mips fails to compile with gcc 3.4.6

src/aio/aio_readwrite.c: In function `io_thread':
./arch/mips/pthread_arch.h:7: error: impossible constraint in `asm'
__asm__ __volatile__ (".word 0x7c03e83b" : "=v" (self) );


#ifdef __clang__

-->

#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ < 4))

fixes it

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.