commit 0f8021d9561428ff2c34a97a344da32061330f78 Author: Ed Maste Date: Mon Feb 3 16:37:10 2020 -0500 Cirrus-CI: i386 build test only without /usr/bin/as diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 7363a6f13924..9e50ae5640ad 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -13,7 +13,7 @@ SUBDIR.${MK_BINUTILS}+= objdump # GNU as is used on x86 only, for a few files that cannot be assembled by # Clang IAS. Other archs either use Clang IAS for every assembly file, or # use external toolchain. -.if ${TARGET} == "amd64" || ${TARGET} == "i386" +.if ${TARGET} == "amd64" SUBDIR.${MK_BINUTILS}+= as .endif