Re: [PATCH 2.4] scripts: Support output of new ld

From: Joshua Kwan
Date: Mon Sep 20 2004 - 18:57:09 EST


On Mon, Sep 20, 2004 at 01:19:13PM -0300, Marcelo Tosatti wrote:
> (We met at Palo Alto in a Debian dinner on a chinese restaurant, remember? :))

Oh! At the time I wasn't aware it was /this/ particular Marcelo... well,
hello then ;)

> Unfortunately this patch doenst apply cleanly

Huh, strange, my mailer must have munged it, or maybe things have
changed in BK. Here's a diff from a fresh checkout of linux-2.4.
Just in case my mail client munges it again I've also put it at

http://people.debian.org/~joshk/gnu_ld.diff

--
Joshua Kwan

===== scripts/ver_linux 1.8 vs edited =====
--- 1.8/scripts/ver_linux Wed Dec 17 23:34:53 2003
+++ edited/scripts/ver_linux Mon Sep 20 16:54:07 2004
@@ -22,7 +22,8 @@
'/GNU Make/{print "Gnu make ",$NF}'

ld -v 2>&1 | awk -F\) '{print $1}' | awk \
- '/BFD/{print "binutils ",$NF}'
+ '/BFD/{print "binutils ",$NF}
+ /^GNU/{print "binutils ",$4}'

fdformat --version | awk -F\- '{print "util-linux ", $NF}'

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/