------- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 21:05 ------- Hmm: # Since gcc_tooldir does not exist at build-time, use -B$(build_tooldir)/bin/ build_tooldir = $(exec_prefix)/$(target_noncanonical)
Why do you think this wrong? -B. is suppied first so this is not a bug, the order of looking for files is the order at which the -B are supplied. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28472