mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 03:53:43 +01:00
(build_arch): Substitute it.
(target_os): Likewise. (AC_CONFIG_FILES): Mention tests/check-namespace.sh. (Logical change 1.225)
This commit is contained in:
parent
5a468e30cc
commit
cc090ec048
1 changed files with 3 additions and 1 deletions
|
@ -102,10 +102,12 @@ CCASFLAGS="${CCASFLAGS} ${CPPFLAGS}"
|
|||
arch="$target_arch"
|
||||
ARCH=`echo $target_arch | tr [a-z] [A-Z]`
|
||||
|
||||
AC_SUBST(build_arch)
|
||||
AC_SUBST(target_os)
|
||||
AC_SUBST(arch)
|
||||
AC_SUBST(ARCH)
|
||||
AC_SUBST(LDFLAGS_STATIC_LIBCXA)
|
||||
|
||||
AC_CONFIG_FILES(Makefile src/Makefile tests/Makefile
|
||||
AC_CONFIG_FILES(Makefile src/Makefile tests/Makefile tests/check-namespace.sh
|
||||
doc/Makefile doc/common.tex)
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue