]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove tests for obsolete compilers in the build system
authorEric van Gyzen <vangyzen@FreeBSD.org>
Tue, 12 May 2020 15:22:40 +0000 (15:22 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 2 Sep 2021 23:30:12 +0000 (01:30 +0200)
commita606cb388f975561c37dbabc2fee82c27ef09929
treea55b08ebf3194d6f3a52f502db482422292c480e
parent06d66775fc65c854362812781509b0c45137b5ac
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
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D24802

(cherry picked from commit fac6dee9eb58b2b558fec2aea749460ca623f6d6)
24 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/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