|
From: Bart V. A. <bva...@ac...> - 2010-06-06 10:44:13
|
On Sun, Jun 6, 2010 at 4:16 AM, Tom Hughes <th...@cy...> wrote: > > Nightly build on lloyd ( x86_64, Fedora 7 ) > [ ... ] > ../coregrind/link_tool_exe 0x38000000 gcc -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o memcheck-amd64-linux -m64 -fomit-frame-pointer -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -O2 -static -nodefaultlibs -nostartfiles -u _start -m64 memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc > /usr/bin/ld: unrecognized option '--build-id=none' > [ ... ] Maybe it's a good idea to let configure check whether ld supports the option --build-id ? Bart. |