[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: support building with --as-needed
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1300389342 0 # Node ID 1c1ecbcf4100b02a058b51488c71265f6d394a03 # Parent a73a35527763b451191d3b56035bf4caa74220d0 tools: support building with --as-needed Tested by forcing --as-needed via tools/Rules.mk but this is included since the intention is simply to support diustros which default to --as-needed, not to enable it everywhere. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r a73a35527763 -r 1c1ecbcf4100 tools/Rules.mk --- a/tools/Rules.mk Thu Mar 17 19:15:18 2011 +0000 +++ b/tools/Rules.mk Thu Mar 17 19:15:42 2011 +0000 @@ -65,9 +65,6 @@ LDFLAGS += $(shell getconf LFS_LDFLAGS) endif -# Xen tools build is currently incompatible with ld --as-needed -LDFLAGS += -Wl,--no-as-needed - # 32-bit x86 does not perform well with -ve segment accesses on Xen. CFLAGS-$(CONFIG_X86_32) += $(call cc-option,$(CC),-mno-tls-direct-seg-refs) CFLAGS += $(CFLAGS-y) diff -r a73a35527763 -r 1c1ecbcf4100 tools/blktap2/vhd/lib/Makefile --- a/tools/blktap2/vhd/lib/Makefile Thu Mar 17 19:15:18 2011 +0000 +++ b/tools/blktap2/vhd/lib/Makefile Thu Mar 17 19:15:42 2011 +0000 @@ -57,7 +57,7 @@ libvhd.a: $(LIB-OBJS) $(CC) $(CFLAGS) -Wl,$(SONAME_LDFLAG),$(LIBVHD-SONAME) $(SHLIB_LDFLAGS) \ - $(LDFLAGS) -o libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $(LIBS) $^ + $(LDFLAGS) -o libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $^ $(LIBS) ln -sf libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) libvhd.so.$(LIBVHD-MAJOR) ln -sf libvhd.so.$(LIBVHD-MAJOR) libvhd.so $(AR) rc $@ $^ diff -r a73a35527763 -r 1c1ecbcf4100 tools/libxc/Makefile --- a/tools/libxc/Makefile Thu Mar 17 19:15:18 2011 +0000 +++ b/tools/libxc/Makefile Thu Mar 17 19:15:42 2011 +0000 @@ -159,7 +159,7 @@ ln -sf $< $@ libxenctrl.so.$(MAJOR).$(MINOR): $(CTRL_PIC_OBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenctrl.so.$(MAJOR) $(DLOPEN_LIBS) $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenctrl.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(DLOPEN_LIBS) $(PTHREAD_LIBS) # libxenguest _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |