]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: remove CLANG_NO_IAS from btx and gptboot
authorEd Maste <emaste@FreeBSD.org>
Tue, 20 Nov 2018 16:54:42 +0000 (16:54 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 2 Sep 2021 23:30:00 +0000 (01:30 +0200)
commit76a6b4ad3519c752f531f488f4cbbb1eea811db4
tree7d8b05ba06f12870245574f47c2cbd83d5c5ec5d
parent2abf37d5cecb16d8abffd5a6dedafba17496196e
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
stand/i386/btx/btxldr/Makefile
stand/i386/gptboot/Makefile