X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 19 Jan 2002 18:06:53 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rzhevskiy AT hetnet DOT nl (Kernel Panic) Message-Id: <9628-Sat19Jan2002180652+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <253e56df.0201190432.78d2741b@posting.google.com> (rzhevskiy AT hetnet DOT nl) Subject: Re: Linker script References: <253e56df DOT 0201190432 DOT 78d2741b AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: rzhevskiy AT hetnet DOT nl (Kernel Panic) > Newsgroups: comp.os.msdos.djgpp > Date: 19 Jan 2002 04:32:33 -0800 > > How do I override the default linker script GCC passes to LD (I mean, > is there a command line option)? I haven't found anything about it in > the info pages. Or is invoking LD manually the only option? Use the -T command-line option to ld.exe. Yes, that means you will have to invoke the linker manually, since GCC uses the -T switch unconditionally.