freebsd-dev/lib/csu/powerpc64
Justin Hibbits 4ff85ece0e powerpc64/csu: Rename dummy asm file to force use of 'cc'
Implicit make rules build .S asm files with the compiler, rather than the
assembler.  r356889 removed GNU as from the build for powerpc targets,
causing '.s' asm files to fail to build, due to a missing 'as'.  Rename the
one dummy asm file we have to a '.S' to force the implicit rules to build
with the compiler rather than the assembler.

Reported by:	Francis Little
2020-01-29 04:32:06 +00:00
..
crt1.c [PPC64] Add ifunc support in libcsu 2019-09-12 16:45:07 +00:00
crt.h Implement a BSD licensed crtbegin/crtend 2018-10-25 17:39:41 +00:00
crti.S
crtn.S
Makefile powerpc64/csu: Rename dummy asm file to force use of 'cc' 2020-01-29 04:32:06 +00:00
Makefile.depend
reloc.c [PPC64] Add ifunc support in libcsu 2019-09-12 16:45:07 +00:00