]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove tests for obsolete compilers in the build system
authorvangyzen <vangyzen@FreeBSD.org>
Tue, 12 May 2020 15:22:40 +0000 (15:22 +0000)
committervangyzen <vangyzen@FreeBSD.org>
Tue, 12 May 2020 15:22:40 +0000 (15:22 +0000)
commit5c259e219c73de28899ed6b05a6447250fcdc76c
tree081b765a37a7fe37a3e96564860bafdaad4d3dc2
parent7e8033fdf1eb879b5c26ad6efdb7a150a9ce6876
Remove tests for obsolete compilers in the build system

Assume gcc is at least 6.4, the oldest xtoolchain in the ports tree.
Assume clang is at least 6, which was in 11.2-RELEASE.  Drop conditions
for older compilers.

Reviewed by: imp (earlier version), emaste, jhb
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D24802
25 files changed:
lib/libclang_rt/Makefile.inc
lib/libthr/Makefile
lib/msun/Makefile
libexec/rtld-elf/Makefile
libexec/tftpd/tests/Makefile
share/mk/bsd.compiler.mk
share/mk/bsd.sys.mk
stand/arm/uboot/Makefile
stand/defs.mk
stand/efi/Makefile
stand/efi/boot1/Makefile
stand/efi/loader/Makefile
stand/i386/boot2/Makefile
stand/i386/isoboot/Makefile
stand/libsa/Makefile
sys/conf/Makefile.arm
sys/conf/Makefile.powerpc
sys/conf/kern.mk
sys/conf/kern.post.mk
sys/conf/kern.pre.mk
sys/conf/kmod.mk
sys/modules/Makefile
usr.sbin/acpi/acpidb/Makefile
usr.sbin/trpt/Makefile
usr.sbin/zic/zic/Makefile