svn commit: trunk/uClibc/ldso/ldso/sh

Mike Frysinger vapier at gentoo.org
Sat Jan 12 09:00:59 UTC 2008


On Saturday 12 January 2008, carmelo at uclibc.org wrote:
> Author: carmelo
> Date: 2008-01-12 00:20:18 -0800 (Sat, 12 Jan 2008)
> New Revision: 20848
>
> Log:
> Make sh4 build works again adding a temporary work-around
> iby redefining __always_inline to inline until gcc 4.x.x will get
> fixed.
>
> Modified:
>    trunk/uClibc/ldso/ldso/sh/dl-syscalls.h
>
> +#warning !!! __always_inline redefined waiting for the fixed gcc
> +#ifdef __always_inline
> +#undef __always_inline
> +#define __always_inline inline
> +#endif

shouldnt you leverage __GNUC_PREREQ(4, 0) ?  and add information about what 
version of gcc is actually broken ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
Url : http://lists.busybox.net/pipermail/uclibc-cvs/attachments/20080112/c02fa6ce/attachment-0002.pgp 


More information about the uClibc-cvs mailing list