* acinclude.m4 (_NEWLIB_VERSION): Rename to:
(DEF_NEWLIB_VERSION). * configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION. * configure: Regenerate.
This commit is contained in:
parent
51d7d63178
commit
e1b888df24
|
@ -1,3 +1,10 @@
|
||||||
|
2006-05-11 J"orn Rennecke <joern.rennecke@st.com>
|
||||||
|
|
||||||
|
* acinclude.m4 (_NEWLIB_VERSION): Rename to:
|
||||||
|
(DEF_NEWLIB_VERSION).
|
||||||
|
* configure.in (_NEWLIB_VERSION): Use NEWLIB_VERSION.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-05-09 Jeff Johnston <jjohnstn@redhat.com>
|
2006-05-09 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to
|
* libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dnl This provides configure definitions used by all the newlib
|
dnl This provides configure definitions used by all the newlib
|
||||||
dnl configure.in files.
|
dnl configure.in files.
|
||||||
|
|
||||||
AC_DEFUN([_NEWLIB_VERSION],
|
AC_DEFUN([DEF_NEWLIB_VERSION],
|
||||||
m4_define([NEWLIB_VERSION],[1.14.0]))
|
m4_define([NEWLIB_VERSION],[1.14.0]))
|
||||||
|
|
||||||
dnl Basic newlib configury. This calls basic introductory stuff,
|
dnl Basic newlib configury. This calls basic introductory stuff,
|
||||||
|
@ -10,7 +10,7 @@ dnl configure.host. The only argument is the relative path to the top
|
||||||
dnl newlib directory.
|
dnl newlib directory.
|
||||||
|
|
||||||
AC_DEFUN([NEWLIB_CONFIGURE],
|
AC_DEFUN([NEWLIB_CONFIGURE],
|
||||||
[AC_REQUIRE([_NEWLIB_VERSION])
|
[AC_REQUIRE([DEF_NEWLIB_VERSION])
|
||||||
dnl Default to --enable-multilib
|
dnl Default to --enable-multilib
|
||||||
AC_ARG_ENABLE(multilib,
|
AC_ARG_ENABLE(multilib,
|
||||||
[ --enable-multilib build many library versions (default)],
|
[ --enable-multilib build many library versions (default)],
|
||||||
|
|
|
@ -5148,7 +5148,7 @@ _ACEOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
#define "$VERSION"
|
#define _NEWLIB_VERSION "1.14.0"
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -243,7 +243,7 @@ if test "${newlib_iconv_external_ccs}" = "yes"; then
|
||||||
AC_DEFINE_UNQUOTED(_ICONV_ENABLE_EXTERNAL_CCS)
|
AC_DEFINE_UNQUOTED(_ICONV_ENABLE_EXTERNAL_CCS)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(_NEWLIB_VERSION,"$VERSION")
|
AC_DEFINE_UNQUOTED(_NEWLIB_VERSION,"NEWLIB_VERSION")
|
||||||
|
|
||||||
if test "${multilib}" = "yes"; then
|
if test "${multilib}" = "yes"; then
|
||||||
multilib_arg="--enable-multilib"
|
multilib_arg="--enable-multilib"
|
||||||
|
|
Loading…
Reference in New Issue