1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

(pkg_extra): Set to .2.

(LIBCRTS): For GCC, set it to the libgcc file-name.  Substitute it.

(Logical change 1.280)
This commit is contained in:
hp.com!davidm 2004-11-03 21:50:24 +00:00
parent 27a9067229
commit e62c425ed2

View file

@ -1,6 +1,6 @@
define(pkg_major, 0)
define(pkg_minor, 98)
define(pkg_extra, .1)
define(pkg_extra, .2)
define(pkg_maintainer, libunwind@linux.hpl.hp.com)
define(mkvers, $1.$2$3)
dnl Process this file with autoconf to produce a configure script.
@ -102,6 +102,7 @@ AC_TRY_COMPILE([], [#ifndef __INTEL_COMPILER
if test x$GCC = xyes -a x$intel_compiler != xyes; then
CFLAGS="${CFLAGS} -Wall -Wsign-compare"
LIBCRTS="`$CC --print-libgcc-file-name`"
fi
CCASFLAGS="${CCASFLAGS} ${CPPFLAGS}"
@ -120,6 +121,7 @@ AC_SUBST(target_os)
AC_SUBST(arch)
AC_SUBST(ARCH)
AC_SUBST(LDFLAGS_STATIC_LIBCXA)
AC_SUBST(LIBCRTS)
AC_SUBST(PKG_MAJOR)
AC_SUBST(PKG_MINOR)
AC_SUBST(PKG_EXTRA)