diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 11:46:45 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-26 13:05:53 +0100 |
commit | 426dcf14aa78ed198427634355c7ad477d358ed6 (patch) | |
tree | 685c326038809412c147693f0a61037e13ee4951 /recipes/glib-2.0/glib-2.0-2.23.6 | |
parent | 1fada4c444e4eb49c81c8d54e0de4256dc0f7125 (diff) |
glib-2.0_2.23.6: rediffed and reenabled atomic-thumb.patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/glib-2.0/glib-2.0-2.23.6')
-rw-r--r-- | recipes/glib-2.0/glib-2.0-2.23.6/atomic-thumb.patch | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/recipes/glib-2.0/glib-2.0-2.23.6/atomic-thumb.patch b/recipes/glib-2.0/glib-2.0-2.23.6/atomic-thumb.patch index d7aa08821f..3c14fd048c 100644 --- a/recipes/glib-2.0/glib-2.0-2.23.6/atomic-thumb.patch +++ b/recipes/glib-2.0/glib-2.0-2.23.6/atomic-thumb.patch @@ -1,11 +1,10 @@ # gatomic.c uses SWP, which doesn't work in Thumb mode. # Put that source file into a separate convenience library which is always built as ARM. -Index: glib-2.18.1/glib/Makefile.am -=================================================================== ---- glib-2.18.1/glib/Makefile.am 2008-09-18 00:33:57.000000000 +0200 -+++ glib-2.18.1/glib/Makefile.am 2008-11-08 10:13:27.000000000 +0100 -@@ -80,6 +80,7 @@ +diff -uNr glib-2.23.6.orig//glib/Makefile.am glib-2.23.6/glib/Makefile.am +--- glib-2.23.6.orig//glib/Makefile.am 2010-03-21 19:05:08.000000000 +0100 ++++ glib-2.23.6/glib/Makefile.am 2010-03-26 11:52:49.000000000 +0100 +@@ -87,6 +87,7 @@ galiasdef.c lib_LTLIBRARIES = libglib-2.0.la @@ -13,23 +12,23 @@ Index: glib-2.18.1/glib/Makefile.am if OS_WIN32_AND_DLL_COMPILATION if MS_LIB_AVAILABLE -@@ -96,10 +97,14 @@ +@@ -103,10 +104,14 @@ uninstall-ms-lib: $(uninstall_ms_lib_cmd) +libgatomic_la_CFLAGS = $(CFLAGS) -mno-thumb + +libgatomic_la_SOURCES = \ -+ gatomic.c -+ ++ ${gatomic_c} ++ libglib_2_0_la_SOURCES = \ garray.c \ gasyncqueue.c \ -- gatomic.c \ +- $(gatomic_c) \ gbacktrace.c \ gbase64.c \ - gbookmarkfile.c \ -@@ -286,8 +291,8 @@ + gbitlock.c \ +@@ -315,8 +320,8 @@ pcre_inc = endif |