diff options
Diffstat (limited to 'main/xen/patch-gcc6-etherboot-no-pie.patch')
-rw-r--r-- | main/xen/patch-gcc6-etherboot-no-pie.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/xen/patch-gcc6-etherboot-no-pie.patch b/main/xen/patch-gcc6-etherboot-no-pie.patch deleted file mode 100644 index c4500259a6..0000000000 --- a/main/xen/patch-gcc6-etherboot-no-pie.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/Makefile b/src/Makefile -index e2425d7..20111d7 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -4,7 +4,7 @@ - # - - CLEANUP := --CFLAGS := -+CFLAGS := -fno-pie - ASFLAGS := - LDFLAGS := - MAKEDEPS := Makefile |