Deleted Added
sdiff udiff text old ( 131832 ) new ( 182523 )
full compact
1# $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile.amd64 182523 2008-08-31 09:17:27Z rpaulo $
2
3.include "${.CURDIR}/Makefile.i386"
4
5# Get the i386 DEFAULT_VECTOR and VECS.
6I386_VECS:= ${DEFAULT_VECTOR} # ${VECS}
7
8DEFAULT_VECTOR= bfd_elf64_x86_64_vec
9
10SRCS+= elf64-amd64-fbsd.c \
11 efi-app-ia32.c \
12 elf64.c \
13 elf64-gen.c \
14 elf64-target.h
15
16VECS= ${DEFAULT_VECTOR} \
17 bfd_efi_app_ia32_vec \
18 ${I386_VECS}
19
20CLEANFILES+= elf64-amd64-fbsd.c
21
22elf64-amd64-fbsd.c: ${.CURDIR}/elf-fbsd-brand.c ${SRCDIR}/bfd/elf64-x86-64.c
23 cat ${.ALLSRC:M*elf-fbsd-brand.c} > ${.TARGET}
24 echo "#define elf_backend_post_process_headers elf_fbsd_post_process_headers" \
25 >> ${.TARGET}
26 cat ${.ALLSRC:M*elf64-x86-64.c} >> ${.TARGET}