qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] usb-ccid (v8.1) missed patch from v8
@ 2010-11-29 21:51 Alon Levy
  2010-11-29 21:51 ` [Qemu-devel] [PATCH 1/1] libcaccard: don't build an so, remove -fPIC Alon Levy
  0 siblings, 1 reply; 2+ messages in thread
From: Alon Levy @ 2010-11-29 21:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel

Because of the hugeness of some patches (libcaccard) in the series, I'm just
sending this small patch that doesn't affect any of the code accept in removing
the -fPIC flag from the libcaccard objects. It's one of the things Blue Swirl
requested I remove which I forgot. It's to be applied after v8

Alon Levy (1):
  libcaccard: don't build an so, remove -fPIC

 libcaccard/Makefile |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

-- 
1.7.3.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] [PATCH 1/1] libcaccard: don't build an so, remove -fPIC
  2010-11-29 21:51 [Qemu-devel] [PATCH 0/1] usb-ccid (v8.1) missed patch from v8 Alon Levy
@ 2010-11-29 21:51 ` Alon Levy
  0 siblings, 0 replies; 2+ messages in thread
From: Alon Levy @ 2010-11-29 21:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel

---
 libcaccard/Makefile |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/libcaccard/Makefile b/libcaccard/Makefile
index a339af1..c4ea70a 100644
--- a/libcaccard/Makefile
+++ b/libcaccard/Makefile
@@ -3,15 +3,10 @@ include ../config-host.mak
 include ../config-all-devices.mak
 include $(SRC_PATH)/rules.mak
 
-CFLAGS+=-fPIC
-
-libcaccard.so: $(libcaccard-y)
-	gcc -shared $(libcaccard_libs) -o $@ $^
-
 vscclient: $(libcaccard-y) vscclient.o
 	gcc $(libcaccard_libs) -o $@ $^
 
-all: libcaccard.so vscclient
+all: vscclient
 
 clean:
 	rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~ libcaccard.so
-- 
1.7.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-29 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 21:51 [Qemu-devel] [PATCH 0/1] usb-ccid (v8.1) missed patch from v8 Alon Levy
2010-11-29 21:51 ` [Qemu-devel] [PATCH 1/1] libcaccard: don't build an so, remove -fPIC Alon Levy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).