Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 8 Apr 2001 14:35:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 8 Apr 2001 14:35:13 -0400 Received: from pc57-cam4.cable.ntl.com ([62.253.135.57]:58764 "EHLO kings-cross.london.uk.eu.org") by vger.kernel.org with ESMTP id ; Sun, 8 Apr 2001 14:34:57 -0400 X-Mailer: exmh version 2.1.1 10/15/1999 (debian) To: Alan Cox , linux-kernel@vger.kernel.org Subject: 2.2.19: cross-compile patch for drivers/net/Makefile Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Apr 2001 19:34:44 +0100 From: Philip Blundell Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Cross-compiles need to use the target linker here. p. --- linux/drivers/net/Makefile~ Sun Apr 8 17:48:31 2001 +++ linux/drivers/net/Makefile Sun Apr 8 19:31:29 2001 @@ -1445,7 +1445,7 @@ rm -f core *.o *.a *.s wanpipe.o: $(WANPIPE_OBJS) - ld -r -o $@ $(WANPIPE_OBJS) + $(LD) -r -o $@ $(WANPIPE_OBJS) rcpci.o: rcpci45.o rclanmtl.o $(LD) -r -o rcpci.o rcpci45.o rclanmtl.o - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/