* configure.ac: Test if '--build-id=none' is supported by the
linker. If yes, add it to TARGET_LDFLAGS. Build ID causes objcopy to generate incorrect binary files (binutils 2.17.50.0.18-1 as shipped by Fedora 8). * aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Use LDFLAGS when linking, so that build ID doesn't break the test.
This commit is contained in:
parent
f7f9d35210
commit
6af9db01bc
4 changed files with 75 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2007-11-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.ac: Test if '--build-id=none' is supported by the
|
||||
linker. If yes, add it to TARGET_LDFLAGS. Build ID causes
|
||||
objcopy to generate incorrect binary files (binutils
|
||||
2.17.50.0.18-1 as shipped by Fedora 8).
|
||||
* aclocal.m4 (grub_PROG_OBJCOPY_ABSOLUTE): Use LDFLAGS when
|
||||
linking, so that build ID doesn't break the test.
|
||||
|
||||
2007-11-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* include/grub/i386/time.h: use "void" in the argument list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue