mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 20:53:06 +08:00
* configure.in: Fix the check for basename declaration.
* configure: Regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-04-26 Jerome Guitton <guitton@gnat.com>
|
||||||
|
|
||||||
|
* configure.in: Fix the check for basename declaration.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2005-04-19 Alan Modra <amodra@bigpond.net.au>
|
2005-04-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* ppc-opc.c (RTO): Define.
|
* ppc-opc.c (RTO): Define.
|
||||||
|
3
opcodes/configure
vendored
3
opcodes/configure
vendored
@ -8542,8 +8542,7 @@ _ACEOF
|
|||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
#include "sysdep.h"
|
$ac_includes_default
|
||||||
|
|
||||||
int
|
int
|
||||||
main ()
|
main ()
|
||||||
{
|
{
|
||||||
|
@ -72,7 +72,7 @@ AC_PROG_INSTALL
|
|||||||
|
|
||||||
AC_CHECK_HEADERS(string.h strings.h stdlib.h)
|
AC_CHECK_HEADERS(string.h strings.h stdlib.h)
|
||||||
|
|
||||||
AC_CHECK_DECLS(basename, , , [#include "sysdep.h"])
|
AC_CHECK_DECLS(basename)
|
||||||
|
|
||||||
cgen_maint=no
|
cgen_maint=no
|
||||||
cgendir='$(srcdir)/../cgen'
|
cgendir='$(srcdir)/../cgen'
|
||||||
|
Reference in New Issue
Block a user