bfd: patch for missing strtoull
Andreas Schwab
schwab@suse.de
Fri Jan 4 10:54:00 GMT 2002
More information about the Binutils mailing list
Fri Jan 4 10:54:00 GMT 2002
- Previous message (by thread): bfd: patch for missing strtoull
- Next message (by thread): [Linux-ia64] Re: Compiling kernel 2.4.17 fails at link stage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Aldy Hernandez <aldyh@redhat.com> writes: |> Index: configure.in |> =================================================================== |> RCS file: /cvs/uberbaum/bfd/configure.in,v |> retrieving revision 1.77 |> diff -c -p -r1.77 configure.in |> *** configure.in 2002/01/04 14:49:03 1.77 |> --- configure.in 2002/01/04 18:30:25 |> *************** AC_HEADER_TIME |> *** 141,146 **** |> --- 141,148 ---- |> AC_HEADER_DIRENT |> AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid) |> |> + AC_CHECK_FUNC(strtoull, [AC_DEFINE(HAVE_STRTOULL)], ) |> + IMHO that should be AC_CHECK_FUNCS(strtoull), or extend the list above. Andreas. -- Andreas Schwab "And now for something Andreas.Schwab@suse.de completely different." SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
- Previous message (by thread): bfd: patch for missing strtoull
- Next message (by thread): [Linux-ia64] Re: Compiling kernel 2.4.17 fails at link stage
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list