|
From: Eduardo M. <ea...@us...> - 2005-02-02 19:29:59
|
This is in coregrind/Makefile.am at the end:
I put back the statement how it was in valgrind-2.2.0.tar.bz2 and my
problem went away.
The statement commented out does not work.
Paul, is the a type or what exactly are you trying to do here??
# Extract ld's default linker script and hack it to our needs
stage2.lds: Makefile
$(CC) -Wl,--verbose -nostdlib 2>&1 | sed \
-e '1,/^=====\+$$/d' \
-e '/^=====\+$$/d' \
-e 's/0x10000000/kickstart_base/g' > $@ || rm -f $@
# -e '/executable_start/s/0x[0-9a-f]+/kickstart_base/g' > $@
\
# || rm -f $@
Regards,
Eduardo A. Munoz
|