diff options
Diffstat (limited to 'libexec/rtld-elf/amd64/Makefile.inc')
-rw-r--r-- | libexec/rtld-elf/amd64/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rtld-elf/amd64/Makefile.inc b/libexec/rtld-elf/amd64/Makefile.inc new file mode 100644 index 0000000..ba39193 --- /dev/null +++ b/libexec/rtld-elf/amd64/Makefile.inc @@ -0,0 +1,5 @@ +CFLAGS+= -elf +LDFLAGS+= -elf +# Uncomment this to build the dynamic linker as an executable instead +# of a shared library: +#LDSCRIPT= ${.CURDIR}/${MACHINE_ARCH}/elf_rtld.x |