[oe-commits] org.oe.dev glib-2.0-2.14.0: fix inline warnings with gcc 4.2 in gutils.h

zecke commit openembedded-commits at lists.openembedded.org
Sun Oct 7 18:06:43 UTC 2007


glib-2.0-2.14.0: fix inline warnings with gcc 4.2 in gutils.h

Author: zecke at selfish.org
Branch: org.openembedded.dev
Revision: 16956000f5a373a6e855782e672e111e9ebdea03
ViewMTN: http://monotone.openembedded.org/revision/info/16956000f5a373a6e855782e672e111e9ebdea03
Files:
1
packages/glib-2.0/glib-2.0-2.14.0/gcc-4.2-inline-fix.patch
packages/glib-2.0/glib-2.0_2.14.0.bb
Diffs:

#
# mt diff -re5e8c8d6ac2c025c57bb4f7b6e1c6cf102a7201b -r16956000f5a373a6e855782e672e111e9ebdea03
#
# 
# 
# add_file "packages/glib-2.0/glib-2.0-2.14.0/gcc-4.2-inline-fix.patch"
#  content [47cc412da2be5f8158f7dc558cdb2ed4f62a22da]
# 
# patch "packages/glib-2.0/glib-2.0_2.14.0.bb"
#  from [21999f530ce7682e78fd14b67e5d29e2bf2c322f]
#    to [256b1c8d9f5d5b075470c1ead8e706218240944e]
# 
============================================================
--- packages/glib-2.0/glib-2.0-2.14.0/gcc-4.2-inline-fix.patch	47cc412da2be5f8158f7dc558cdb2ed4f62a22da
+++ packages/glib-2.0/glib-2.0-2.14.0/gcc-4.2-inline-fix.patch	47cc412da2be5f8158f7dc558cdb2ed4f62a22da
@@ -0,0 +1,17 @@
+Index: glib-2.12.9/glib/gutils.h
+===================================================================
+--- glib-2.12.9.orig/glib/gutils.h	2007-10-07 19:13:53.000000000 +0200
++++ glib-2.12.9/glib/gutils.h	2007-10-07 19:15:04.000000000 +0200
+@@ -97,7 +97,11 @@
+ #  define G_INLINE_FUNC
+ #  undef  G_CAN_INLINE
+ #elif defined (__GNUC__) 
+-#  define G_INLINE_FUNC extern inline
++#  if defined (__GNUC_GNU_INLINE__)
++#    define G_INLINE_FUNC extern  __attribute__((gnu_inline)) inline
++#  else
++#    define G_INLINE_FUNC extern inline
++#  endif
+ #elif defined (G_CAN_INLINE) 
+ #  define G_INLINE_FUNC static inline
+ #else /* can't inline */
============================================================
--- packages/glib-2.0/glib-2.0_2.14.0.bb	21999f530ce7682e78fd14b67e5d29e2bf2c322f
+++ packages/glib-2.0/glib-2.0_2.14.0.bb	256b1c8d9f5d5b075470c1ead8e706218240944e
@@ -1,5 +1,6 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOM
 require glib.inc
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \
            file://glibconfig-sysdefs.h \
+           file://configure-libtool.patch;patch=1 \
+           file://gcc-4.2-inline-fix.patch;patch=1"
-           file://configure-libtool.patch;patch=1"






More information about the Openembedded-commits mailing list