Re: Request new specs string token for multilib_os_dir

2012-05-22 Thread Joseph S. Myers
On Fri, 27 Apr 2012, Steven Drake wrote: 2012-04-27 Steven Drake s...@netbsd.org * gcc.c (do_spec_1): Add %M spec token to output multilib_os_dir. Thanks, I've committed this patch with the addition of %M to the comment in gcc.c that documents specs. -- Joseph S. Myers

Request new specs string token for multilib_os_dir

2012-04-27 Thread Steven Drake
In the GCC FAQ under Dynamic linker is unable to find GCC libraries, one suggestion is to add '-R' or '-rpath' linker option to the *link or *lib specs so that the GCC libraries can be found. E.G. the following line is added to the DRIVER_DEFINES when building gcc via pkgsrc