Subject: Re: different behaviour of system cc and TOOLDIR/cc
To: Matthias Drochner <M.Drochner@fz-juelich.de>
From: Todd Vierling <tv@pobox.com>
List: tech-toolchain
Date: 06/10/2003 13:37:52
On Tue, 10 Jun 2003, Todd Vierling wrote:

: ! 	$(CC) -v -Wl,-nostdlib -B${DESTDIR}/usr/lib/ \

One other thing:  -B implies -L, so you no longer need

    -L${DESTDIR}/usr/lib

on this link line.  (You still need the -R options, of course, since they
don't include ${DESTDIR}.)

-- 
-- Todd Vierling <tv@pobox.com>