* configure.in: Detect correct versions of ranlib and windres when
cross-compiling. * configure: Regenerate.
This commit is contained in:
parent
859e1e4942
commit
95ca63c499
3 changed files with 278 additions and 206 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-06-02 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* configure.in: Detect correct versions of ranlib and windres when
|
||||
cross-compiling.
|
||||
* configure: Regenerate.
|
||||
|
||||
2000-06-02 J.T. Conklin <jtc@redback.com>
|
||||
|
||||
* configure.tgt: Add pattern for i[3456]86-*-netbsdelf*.
|
||||
|
|
476
gdb/configure
vendored
476
gdb/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -78,6 +78,8 @@ AC_PROG_AWK
|
|||
AC_PROG_INSTALL
|
||||
AC_CHECK_TOOL(AR, ar)
|
||||
AC_CHECK_TOOL(RANLIB, ranlib, :)
|
||||
AC_CHECK_TOOL(DLLTOOL, dlltool)
|
||||
AC_CHECK_TOOL(WINDRES, windres)
|
||||
AC_PROG_YACC
|
||||
|
||||
dnl MiG is needed for the Hurd.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue