summaryrefslogtreecommitdiff
path: root/emulators/kqemu-kmod-devel/files/patch-common-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-26 12:21:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-26 12:21:39 +0000
commit5cc0ee357bc56bdb3ee306cc8ba20ec745ee4d92 (patch)
tree8676c8089a2476b04a597f68b18af43a48149946 /emulators/kqemu-kmod-devel/files/patch-common-Makefile
parentUpdate to 0.8.5 (diff)
Remove kqemu-kmod{,-devel}
The are broken on recent FreeBSD, they are not supported by any qemu version, they do not build with recent binutils (2.27)
Diffstat (limited to 'emulators/kqemu-kmod-devel/files/patch-common-Makefile')
-rw-r--r--emulators/kqemu-kmod-devel/files/patch-common-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/kqemu-kmod-devel/files/patch-common-Makefile b/emulators/kqemu-kmod-devel/files/patch-common-Makefile
deleted file mode 100644
index a74cec5a4e1e..000000000000
--- a/emulators/kqemu-kmod-devel/files/patch-common-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: common/Makefile
-@@ -47,9 +47,9 @@
- ifeq ($(ARCH), x86_64)
- COMMON_CFLAGS+=-mno-red-zone
- endif
--CFLAGS=$(COMMON_CFLAGS)
-+CFLAGS=$(COMMON_CFLAGS) ${DEBUG_FLAGS}
- MON_CFLAGS=$(COMMON_CFLAGS)
--KERNEL_CFLAGS=$(COMMON_CFLAGS)
-+KERNEL_CFLAGS=$(COMMON_CFLAGS) ${DEBUG_FLAGS}
-
- # Disable SSP if GCC supports it
- MON_CFLAGS+=$(call cc-option,$(MON_CC),-fno-stack-protector,)
-@@ -119,7 +119,7 @@
- $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c -o $@ $<
-
- %.o: %.S
-- $(CC) $(DEFINES) $(INCLUDES) -D__ASSEMBLY__ -c -o $@ $<
-+ $(CC) ${DEBUG_FLAGS} $(DEFINES) $(INCLUDES) -D__ASSEMBLY__ -c -o $@ $<
-
- clean:
- rm -f *.o *~ monitor-image.h genoffsets genmon monitor_def.h \