diff options
| author | John Birrell <jb@FreeBSD.org> | 1999-11-06 21:28:22 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1999-11-06 21:28:22 +0000 |
| commit | 015520102a37f441587dd213440773dcbacc4599 (patch) | |
| tree | 8d0e8365aa1eda04c4dc0cd2170446c0dd4ce6da /gnu/usr.bin/binutils/libbfd/Makefile.sparc | |
| parent | fe8e7c234690b22c342f8c0cb8ae68bae3bd1031 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd/Makefile.sparc')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.sparc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.sparc b/gnu/usr.bin/binutils/libbfd/Makefile.sparc new file mode 100644 index 000000000000..4937d0b9afab --- /dev/null +++ b/gnu/usr.bin/binutils/libbfd/Makefile.sparc @@ -0,0 +1,23 @@ +# +# $FreeBSD$ +# +SRCS+= aout-sparcle.c \ + cf-sparclynx.c \ + coff-sparc.c \ + cpu-sparc.c \ + elf32-sparc.c \ + elf32-target.h \ + elf32.c \ + elflink.c \ + sparclinux.c \ + sparclynx.c \ + sparcnetbsd.c +VECS+= bfd_elf32_sparc_vec +.if ${MACHINE_ARCH} == "sparc" +CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_sparc_vec +.endif +CFLAGS+= -DHAVE_elf32_sparc_vec +CLEANFILES+= elf32-target.h + +elf32-target.h: elfxx-target.h + sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET} |
