Deleted Added
full compact
1c1
< # $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile.arm 160578 2006-07-22 14:37:17Z obrien $
---
> # $FreeBSD: head/gnu/usr.bin/binutils/libbfd/Makefile.arm 160579 2006-07-22 14:55:55Z obrien $
5,11c5,6
< SRCS+= \
< cpu-arm.c \
< elf32.c \
< elf32-gen.c \
< elflink.c \
< elfarm-nabi.c \
< elfarm-oabi.c \
---
> SRCS+= cpu-arm.c \
> elf32.c \
12a8
> elf32-gen.c \
14,15c10,11
< VECS+= ${DEFAULT_VECTOR} \
< bfd_elf32_bigarm_vec
---
> elfarm-nabi.c \
> elflink.c
17,24c13,14
< .if ${TARGET_ARCH} == "arm"
< CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
< .endif
<
< CLEANFILES+= elf32-arm-fbsd.c
<
< elf32-arm-fbsd.c: elfarm-nabi.c
< cat ${.ALLSRC} | sed s/ELFOSABI_ARM/ELFOSABI_FREEBSD/g >${.TARGET}
---
> VECS= ${DEFAULT_VECTOR} \
> bfd_elf32_bigarm_vec