From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bolanos Subject: Re: [PATCH 2/5] Splitting Tommy's big patch Date: Mon, 31 May 2004 07:44:48 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1086011064.3300.4.camel@talena.hsol.net> References: <20040528202212.49840.qmail@web51306.mail.yahoo.com> <20040528213034.GL21172@duckman.distro.conectiva> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040528213034.GL21172@duckman.distro.conectiva> List-Id: Content-Type: text/plain; charset="us-ascii" To: Eduardo Pereira Habkost Cc: linux-8086@vger.kernel.org Applied. Thanks Mike On Fri, 2004-05-28 at 15:30, Eduardo Pereira Habkost wrote: > Fix order of LD parameters on arch/i86/Makefile > > --- elks/arch/i86/Makefile 2004-05-28 16:01:49.000000000 -0400 > +++ elks/arch/i86/Makefile 2004-04-18 14:45:26.000000000 -0400 > @@ -105,9 +105,10 @@ > > boot/system: $(AARCHIVES) $(ADRIVERS) boot/crt1.o boot/crt0.o > (cd $(BASEDIR) ; $(LD) $(LDFLAGS) $(ARCH_LD) \ > + -t -M -o $(ARCH_DIR)/boot/system \ > $(ARCH_DIR)/boot/crt0.o $(ARCH_DIR)/boot/crt1.o \ > init/main.o $(ARCHIVES) $(DRIVERS) \ > - -t -M -o $(ARCH_DIR)/boot/system > System.tmp ; \ > + > System.tmp ; \ > sort -k4 System.tmp > System.map ; rm -f System.tmp ) > > #PC image build > - > To unsubscribe from this list: send the line "unsubscribe linux-8086" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >