summaryrefslogtreecommitdiff
path: root/kernels/xen/patch-gcc6-ovmf-build.sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/xen/patch-gcc6-ovmf-build.sh.patch')
-rw-r--r--kernels/xen/patch-gcc6-ovmf-build.sh.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/kernels/xen/patch-gcc6-ovmf-build.sh.patch b/kernels/xen/patch-gcc6-ovmf-build.sh.patch
deleted file mode 100644
index 3da5e1c32..000000000
--- a/kernels/xen/patch-gcc6-ovmf-build.sh.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur a/ovmf-dir/OvmfPkg/build.sh b/ovmf-dir/OvmfPkg/build.sh
---- a/ovmf-dir/OvmfPkg/build.sh 2016-05-12 12:32:47.417562962 +1000
-+++ b/ovmf-dir/OvmfPkg/build.sh 2016-05-12 12:32:06.440897741 +1000
-@@ -95,7 +95,7 @@
- 4.8.*)
- TARGET_TOOLS=GCC48
- ;;
-- 4.9.*|4.1[0-9].*|5.*.*)
-+ 4.9.*|4.1[0-9].*|5.*.*|6.*.*)
- TARGET_TOOLS=GCC49
- ;;
- *)