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 Provide support for ELFv2 userland if using a newer compiler (recent clang 2015-12-03 00:10:57 +00:00
crtn.S
Makefile powerpc64/csu: Rename dummy asm file to force use of 'cc' 2020-01-29 04:32:06 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
reloc.c [PPC64] Add ifunc support in libcsu 2019-09-12 16:45:07 +00:00