diff options
| author | John Birrell <jb@FreeBSD.org> | 1999-11-06 21:09:40 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1999-11-06 21:09:40 +0000 |
| commit | 2e734fae4ee336c1db223fd172c1b1925a61cd9a (patch) | |
| tree | e5c8214ce70571157c831c2ee7774dd0f78cd35b /gnu/usr.bin/binutils/libbfd | |
| parent | 41d4aa314c022968eaa1df19f3dc9fa54dddca0d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.i386 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.i386 b/gnu/usr.bin/binutils/libbfd/Makefile.i386 index ac30822f3d09..e7044fb986ed 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.i386 +++ b/gnu/usr.bin/binutils/libbfd/Makefile.i386 @@ -7,6 +7,13 @@ VECS+= bfd_elf32_i386_vec CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec .endif CFLAGS+= -DHAVE_bfd_elf32_i386_vec + +.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR}) +SRCS+= pe-i386.c pei-i386.c +VECS+= i386pe_vec i386pei_vec +CFLAGS+= -DHAVE_i386pe_vec -DHAVE_i386pei_vec +.endif + CLEANFILES+= elf32-target.h elf32-target.h: elfxx-target.h |
