Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97196 Details for
Bug 147876
xen fails to compile with gcc 4.1 and USE=hardened
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for app-emulation/xen-tools
xen-tools-test-gcc-flags.patch (text/plain), 1.34 KB, created by
Richard Benjamin Voigt
on 2006-09-16 19:48:20 UTC
(
hide
)
Description:
patch for app-emulation/xen-tools
Filename:
MIME Type:
Creator:
Richard Benjamin Voigt
Created:
2006-09-16 19:48:20 UTC
Size:
1.34 KB
patch
obsolete
>--- tools/firmware/hvmloader/Makefile 2006-09-16 21:34:48.728482000 -0500 >+++ tools/firmware/hvmloader/Makefile.fixed 2006-09-16 21:34:37.863803000 -0500 >@@ -19,7 +19,7 @@ > # > > # External CFLAGS can do more harm than good. >-CFLAGS := -nopie -fno-stack-protector -fno-stack-protector-all >+CFLAGS := > > XEN_TARGET_ARCH = x86_32 > XEN_ROOT = ../../.. >@@ -34,7 +34,7 @@ > OBJECTS = hvmloader.o acpi_madt.o > > # Disable PIE/SSP if GCC supports them. They can break us. >-CFLAGS += $(call test-gcc-flag,$(CC),-nopie) >+CFLAGS += $(call test-gcc-flag,$(CC),-fno-pie) > CFLAGS += $(call test-gcc-flag,$(CC),-fno-stack-protector) > CFLAGS += $(call test-gcc-flag,$(CC),-fno-stack-protector-all) > >--- tools/firmware/vmxassist/Makefile 2006-09-16 21:34:48.728482000 -0500 >+++ tools/firmware/vmxassist/Makefile.fixed 2006-09-16 21:34:20.370709000 -0500 >@@ -19,7 +19,7 @@ > # > > # External CFLAGS can do more harm than good. >-CFLAGS := -nopie -fno-stack-protector -fno-stack-protector-all >+CFLAGS := > > XEN_TARGET_ARCH = x86_32 > XEN_ROOT = ../../.. >@@ -32,7 +32,7 @@ > XENINC=-I$(XEN_ROOT)/tools/libxc > > # Disable PIE/SSP if GCC supports them. They can break us. >-CFLAGS += $(call test-gcc-flag,$(CC),-nopie) >+CFLAGS += $(call test-gcc-flag,$(CC),-fno-pie) > CFLAGS += $(call test-gcc-flag,$(CC),-fno-stack-protector) > CFLAGS += $(call test-gcc-flag,$(CC),-fno-stack-protector-all) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 147876
:
97194
|
97195
| 97196