diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
commit | 8a502cb2d43b4059a5678ee4539ca03603104107 (patch) | |
tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /emulators/qemu/Makefile | |
parent | f60d4bacdc58ec061406d72cace1ac1266952e39 (diff) |
Notes
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index b49b373fe15b..0e502ea93da7 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -116,12 +116,7 @@ MAKE_ARGS+= ARCH=ppc64 CONFIGURE_ARGS+= --sparc_cpu=v9 .endif -# clang in freebsd 10 is unable to assemble linuxboot_dma.bin -.if (${OSVERSION} < 1100000) -PLIST_SUB+= LINUXBOOT_DMA="@comment " -.else PLIST_SUB+= LINUXBOOT_DMA="" -.endif # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC) # but it shouldn't matter much @@ -144,15 +139,6 @@ post-patch: @${REINPLACE_CMD} -E \ -e "1s|^(#! )/usr/bin/perl|\1${PERL}|" \ ${WRKSRC}/scripts/texi2pod.pl -# clang in freebsd 10 is unable to assemble linuxboot_dma.bin -.if (${OSVERSION} < 1100000) - @${REINPLACE_CMD} -E \ - -e 's|linuxboot_dma.bin||' \ - ${WRKSRC}/pc-bios/optionrom/Makefile - @${REINPLACE_CMD} -E \ - -e 's|linuxboot_dma.bin||' \ - ${WRKSRC}/Makefile -.endif post-patch-CDROM_DMA-off: @${REINPLACE_CMD} -e '/USE_DMA_CDROM/d' ${WRKSRC}/include/hw/ide/internal.h |