summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-sgabios-read-only-rom16.ld
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-sgabios-read-only-rom16.ld')
-rw-r--r--emulators/qemu-devel/files/patch-sgabios-read-only-rom16.ld15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/qemu-devel/files/patch-sgabios-read-only-rom16.ld b/emulators/qemu-devel/files/patch-sgabios-read-only-rom16.ld
deleted file mode 100644
index 624d8273a32e..000000000000
--- a/emulators/qemu-devel/files/patch-sgabios-read-only-rom16.ld
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: a/../sgabios-read-only/rom16.ld
-===================================================================
---- sgabios-read-only/rom16.ld (revision 8)
-+++ sgabios-read-only/rom16.ld (working copy)
-@@ -3,8 +3,8 @@
- */
-
- /* Script for -z combreloc: combine and sort reloc sections */
--OUTPUT_FORMAT("elf32-i386", "elf32-i386",
-- "elf32-i386")
-+OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd",
-+ "elf32-i386-freebsd")
- OUTPUT_ARCH(i386)
- EXTERN(_start)
- ENTRY(_start)