mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add bfdwin.c to SRCS. The file contains support for mmap(2) windows
into a BFD. It's included in stock BFD on the platforms I checked (i386 and ia64).
This commit is contained in:
parent
98e9ea60a5
commit
831f4a372e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
.PATH: ${SRCDIR}/bfd ${SRCDIR}/opcodes
|
||||
|
||||
LIB= bfd
|
||||
SRCS+= archive.c archive64.c archures.c bfd.c binary.c cache.c \
|
||||
SRCS+= archive.c archive64.c archures.c bfd.c bfdwin.c binary.c cache.c \
|
||||
coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c \
|
||||
hash.c ihex.c init.c libbfd.c linker.c merge.c opncls.c reloc.c \
|
||||
section.c srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue