gcc.c (do_spec_1): Do not add a -L path for a directory in the prefix list if...
authorMark Mitchell <mark@codesourcery.com>
Wed, 23 Mar 2005 01:23:51 +0000 (01:23 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 23 Mar 2005 01:23:51 +0000 (01:23 +0000)
commit54b73ddf159ae2adb5bf5c6e9b8a57fda0da0256
treecb066df20ca2da56076e280cfda545c043477540
parent98af7219f2d5178717e39895abf3e95087a11eb4
gcc.c (do_spec_1): Do not add a -L path for a directory in the prefix list if...

2005-03-23  Mark Mitchell  <mark@codesourcery.com>

* gcc.c (do_spec_1): Do not add a -L path for a directory in
the prefix list if we have already added a multilib directory
based on that path.
(main): Do not add MD_EXEC_PREFIX to the list of directories to
search with -L.

From-SVN: r96915
gcc/ChangeLog
gcc/gcc.c