This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Unreviewd -frepo patch


Hi,
[Jason, are you the resident repo head?]
This has yet to be reviewed. See my orignal mail
http://gcc.gnu.org/ml/gcc-patches/2001-05/msg00466.html
if you want more context.

There is a problem with -frepo and collect. The toplevel
gcc will pass down its search path in environment variables COMPILER_PATH
and LIBRARY_PATH. tlink will pass all the original search paths directly
as they are in the .rpo file. The subgcc will merge these and either
1) complain about system search order changing (when that patch goes in)
2) have the wrong search order

built & tested on i686-pc-linux-gnu, ok?

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org

collect.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]