[PATCH 1/3] perf tools: Separate out GTK codes to libperf-gtk.so

2013-08-08 Thread Namhyung Kim
Separate out GTK codes to a shared object called libperf-gtk.so. This time only GTK codes are built with -fPIC and libperf remains as is. Cc: Andi Kleen Reviewed-by: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/Makefile| 42 ++ tools/

Re: [PATCH 1/3] perf tools: Separate out GTK codes to libperf-gtk.so

2013-08-08 Thread Namhyung Kim
Hi Arnaldo, On Thu, 8 Aug 2013 12:21:16 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Aug 08, 2013 at 03:34:08PM +0900, Namhyung Kim escreveu: >> Separate out GTK codes to a shared object called libperf-gtk.so. This >> time only GTK codes are built with -fPIC and libperf remains as is. > > [ac

Re: [PATCH 1/3] perf tools: Separate out GTK codes to libperf-gtk.so

2013-08-08 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 08, 2013 at 03:34:08PM +0900, Namhyung Kim escreveu: > Separate out GTK codes to a shared object called libperf-gtk.so. This > time only GTK codes are built with -fPIC and libperf remains as is. [acme@sandy linux]$ cat /etc/fedora-release Fedora release 18 (Spherical Cow) [acme@sandy

[PATCH 1/3] perf tools: Separate out GTK codes to libperf-gtk.so

2013-08-07 Thread Namhyung Kim
Separate out GTK codes to a shared object called libperf-gtk.so. This time only GTK codes are built with -fPIC and libperf remains as is. Cc: Andi Kleen Reviewed-by: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/Makefile| 39 --- tools/per