aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-07-19 19:05:16 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-07-19 19:05:16 +0000
commit363a08100ac5e25915b581001828f2ca9a15875f (patch)
tree9f524a407ea8f11274ba5214b66038888e824435 /emulators/qemu
parent5abd3ff315ac54021c03ba360b71b2e1ee72d6ec (diff)
downloadports-363a08100ac5e25915b581001828f2ca9a15875f.tar.gz
ports-363a08100ac5e25915b581001828f2ca9a15875f.zip
emulators/qemu: Fix missing patch files
Reported by: kostikbel@gmail.com
Notes
Notes: svn path=/head/; revision=542594
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/files/patch-pc-bios_spapr-rtas_Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/qemu/files/patch-pc-bios_spapr-rtas_Makefile b/emulators/qemu/files/patch-pc-bios_spapr-rtas_Makefile
deleted file mode 100644
index 46ac6f5c6eb1..000000000000
--- a/emulators/qemu/files/patch-pc-bios_spapr-rtas_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- pc-bios/spapr-rtas/Makefile.orig 2020-01-08 10:52:05 UTC
-+++ pc-bios/spapr-rtas/Makefile
-@@ -15,10 +15,10 @@ $(call set-vpath, $(SRC_PATH)/pc-bios/spapr-rtas)
- build-all: spapr-rtas.bin
-
- %.o: %.S
-- $(call quiet-command,$(CCAS) -mbig -c -o $@ $<,"CCAS","$(TARGET_DIR)$@")
-+ $(call quiet-command,$(CCAS) -c -o $@ $<,"CCAS","$(TARGET_DIR)$@")
-
- %.img: %.o
-- $(call quiet-command,$(CC) -nostdlib -mbig -o $@ $<,"Building","$(TARGET_DIR)$@")
-+ $(call quiet-command,$(CC) -nostdlib -o $@ $<,"Building","$(TARGET_DIR)$@")
-
- %.bin: %.img
- $(call quiet-command,$(OBJCOPY) -O binary -j .text $< $@,"Building","$(TARGET_DIR)$@")