mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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:
parent
3cb36739ce
commit
e5b8bced3f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340990
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user