btx: rename .s files to .S to use Clang IAS

As part of the migration away from obsolete binutils we want to retire
GNU as.  Most assembly files used on amd64 have a .S extension and are
assembled with Clang's integrated assembler; rename two files in
stand/i386/btx/lib to .S to use IAS as well.

The generated .text is identical (the entire .o files are not, as Clang
adds debug info).

PR:		205250, 233094
Discussed with:	imp
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2018-11-26 19:14:33 +00:00
parent 85e2d8bb84
commit e3fd4c1052
3 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
PROG= crt0.o
INTERNALPROG=
SRCS= btxcsu.S btxsys.s btxv86.s
SRCS= btxcsu.S btxsys.S btxv86.S
CFLAGS+=-I${BOOTSRC}/i386/common
LDFLAGS+=-Wl,-r