forked from Imagelibrary/binutils-gdb
* configure.in: Detect correct versions of ranlib and windres when
cross-compiling. * configure: Regenerate.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user