About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
vapier 08/05/10 12:08:26 Modified: elfutils-0.131-gnu-inline.patch Log: Fix building with no optimization #220641. (Portage version: 2.2_pre5) Revision Changes Path 1.2 dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch?r1=1.1&r2=1.2 Index: elfutils-0.131-gnu-inline.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/elfutils/files/elfutils-0.131-gnu-inline.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- elfutils-0.131-gnu-inline.patch 20 Apr 2008 08:20:05 -0000 1.1 +++ elfutils-0.131-gnu-inline.patch 10 May 2008 12:08:26 -0000 1.2 @@ -58,13 +58,13 @@ @@ -633,6 +633,12 @@ /* Inline optimizations. */ - #ifdef __OPTIMIZE__ -+# if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__) -+# define __gnu_inline inline __attribute__ ((__gnu_inline__)) -+# else -+# define __gnu_inline inline -+# endif ++#if defined(__GNUC_STDC_INLINE__) || defined(__GNUC_GNU_INLINE__) ++# define __gnu_inline inline __attribute__ ((__gnu_inline__)) ++#else ++# define __gnu_inline inline ++#endif + + #ifdef __OPTIMIZE__ /* Return attribute code of given attribute. */ __libdw_extern_inline unsigned int dwarf_whatattr (Dwarf_Attribute *attr) -- gentoo-commits@g.o mailing list
Updated Apr 10, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.