[Bug 233094] [meta] Base system tool chain modernization tracking

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Sep 2021 23:59:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233094

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=76a6b4ad3519c752f531f488f4cbbb1eea811db4

commit 76a6b4ad3519c752f531f488f4cbbb1eea811db4
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2018-11-20 16:54:42 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-09-02 23:30:00 +0000

    stand: remove CLANG_NO_IAS from btx and gptboot

    Many components under stand/ had CLANG_NO_IAS added when Clang's
    Integrated Assembler (IAS) did not handle .codeNN directives.  Clang
    gained support quite some time ago, and we can now build stand/ with
    IAS.

    Note that in some cases there are small differences in the generated
    output, so CLANG_NO_IAS should be removed only after testing (or after
    finding no differences in the output).

    PR:             205250, 233094
    Sponsored by:   The FreeBSD Foundation

    (cherry picked from commit 02c4bf4391ec7296f5a002c139576ae8797853d1)

 stand/i386/btx/btx/Makefile    | 3 ---
 stand/i386/btx/btxldr/Makefile | 3 ---
 stand/i386/gptboot/Makefile    | 3 ---
 3 files changed, 9 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.