mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Rename ia32 to x86.
(EXTRA_DIST): Mention mempool.h. (Logical change 1.32)
This commit is contained in:
parent
481e35c2ca
commit
e2e110850f
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
if ARCH_IA64
|
||||
include_HEADERS_tdep = include/libunwind-ia64.h
|
||||
else
|
||||
if ARCH_IA32
|
||||
include_HEADERS_tdep = include/libunwind-ia32.h
|
||||
if ARCH_X86
|
||||
include_HEADERS_tdep = include/libunwind-x86.h
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -17,5 +17,5 @@ endif
|
|||
|
||||
SUBDIRS = src tests doc
|
||||
|
||||
EXTRA_DIST = include/internal.h \
|
||||
EXTRA_DIST = include/internal.h include/mempool.h \
|
||||
include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h
|
||||
|
|
Loading…
Reference in a new issue