On Wed, Nov 2, 2011 at 22:25, Tobias Burnus <bur...@net-b.de> wrote: > Hi all, > > at the GSoC Mentor summit, I had a chat with Joel, who asked me whether he > should try to crosscompile also Fortran. Well, at the end I created the > attached patch (based on what one had to do for libquadmath) and he > successfully build fortran to target RTEMS for i386, sparc64, powerpc, mips, > and m68k. > > Additionally, I have bootstrapped it on x86-64-linux. > OK for the trunk?
Looks good otherwise, however, I'm confused why you want to replace AC_TRY_LINK with AC_LINK_IFELSE, since the former is deprecated and the suggested replacement is, well, AC_LINK_IFELSE. In fact, this issue was fixed not that long ago, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47883 -- Janne Blomqvist