diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-06-12 23:51:59 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-06-12 23:51:59 -0700 |
commit | 7bc68151b701931307a7d333f55e44baff665302 (patch) | |
tree | 070ef921fa6b4c7cd2549f2f3b7d6af17d77e74f /ext/libelf/SConscript | |
parent | 1aa4869ff046d0a039f132de49c8cfe28a6566cf (diff) | |
download | gem5-7bc68151b701931307a7d333f55e44baff665302.tar.xz |
LibElf: Build the error management code in libelf.
This change makes some minor changes to get the error management code in
libelf to build on Linux and to build it into the library.
Diffstat (limited to 'ext/libelf/SConscript')
-rw-r--r-- | ext/libelf/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/libelf/SConscript b/ext/libelf/SConscript index 41627e90c..1e7fbb465 100644 --- a/ext/libelf/SConscript +++ b/ext/libelf/SConscript @@ -40,6 +40,8 @@ ElfFile('elf_begin.c') ElfFile('elf_cntl.c') ElfFile('elf_data.c') ElfFile('elf_end.c') +ElfFile('elf_errmsg.c') +ElfFile('elf_errno.c') ElfFile('elf_fill.c') ElfFile('elf_flag.c') ElfFile('elf_getarhdr.c') |