mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Teach binutils how to understand NT format objects and libs. This is useful
for those who want to objdump --disassemble things that they're not supposed to. 8-)
This commit is contained in:
parent
41d4aa314c
commit
2e734fae4e
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue