|
From: Jeremy F. <je...@go...> - 2003-12-23 02:06:47
|
On Mon, 2003-12-22 at 17:50, John Carter wrote:
> On Mon, 22 Dec 2003, Jeremy Fitzhardinge wrote:
>
> > I just checked in a fix to use gcc's ld rather than some ld it found in
> > the path. Make sure you regenerate the Makefiles. and tell me if this
> > helps
>
> I just pull a fresh version out and said "make" and then "make
> install" and tried that, no difference.
Oh, and it looks like the change hasn't made it to anonCVS yet. I guess
it will turn up soon, though you can see from the checkin message the
change is trivial:
--- valgrind/coregrind/x86/Makefile.am #1.2:1.3
@@ -14,5 +14,5 @@
# Extract ld's default linker script and hack it to our needs
stage2.lds: Makefile
- ld --verbose | sed \
+ $(CC) -Wl,--verbose -nostdlib 2>&1 | sed \
-e '1,/^=====\+$$/d' \
-e '/^=====\+$$/d' \
J
|