|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [Mini-OS] Drop useless -fpic flag
Keir Fraser, le Tue 27 Nov 2007 12:33:23 +0000, a écrit :
> If it builds without it then it should be fine, I believe.
And nobody raised his hand, so here is a patch:
Drop useless -fpic flag.
Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxx>
diff -r c555a5f97982 extras/mini-os/arch/x86/arch.mk
--- a/extras/mini-os/arch/x86/arch.mk Wed Nov 28 13:36:56 2007 +0000
+++ b/extras/mini-os/arch/x86/arch.mk Wed Nov 28 16:33:37 2007 +0000
@@ -17,7 +17,7 @@ endif
endif
ifeq ($(TARGET_ARCH),x86_64)
-ARCH_CFLAGS := -m64 -mno-red-zone -fpic -fno-reorder-blocks
+ARCH_CFLAGS := -m64 -mno-red-zone -fno-reorder-blocks
ARCH_CFLAGS += -fno-asynchronous-unwind-tables
ARCH_ASFLAGS := -m64
ARCH_LDFLAGS := -m elf_x86_64
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|