On Thu, 14 Sep 2000 01:11:57 +0200 (CEST), 
Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> wrote:
>- Removed $(LD_RFLAG), I can't find any definition of it in the
>  kernel source tree and LD docs. WTF it is (was) used for?

LD_RFLAG was obviously intended to be extra ld flags but only when
doing "ld -r".  Nothing in the standard tarball sets LD_RFLAG so it
would have to be manually set by a user.  Less than half of the
occurrences of $(LD) -r include $(LD_RFLAG) so its use (if any) is very
inconsistent.

Remove all occurrences of LD_RFLAG.  If anybody complains then we put
it back in but do it consistently this time, on all occurrences of
$(LD) -r.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to