[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Support Fujitsu in _AC_PROG_FC_V
From: |
Christian Rössel |
Subject: |
Support Fujitsu in _AC_PROG_FC_V |
Date: |
Wed, 06 Nov 2013 11:46:33 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 |
Dear all,
the attached patch changes the order of the 'verbose' options in
_AC_PROG_FC_V in order to get correct verbose linking output for the
Fujitsu Fortran compiler.
The Fujitsu Fortran compiler reports its verbose linking output when the
'-###' option is given. Unfortunately it also accepts '--verbose', which
is earlier in the list of tested options. '--verbose' is passed to the
linker and yields unusable output. Therefore, move '--verbose' after
'-###'.
Earlier versions of the Fujitsu Fortran compiler apparently choked on
'--verbose', otherwise [1] would have been proposed differently.
Tested with the Fujitsu cross compiler frtpx:
Fujitsu Fortran Compiler Driver Version 1.2.0 P-id:
L30000-06 (Jun 7 2013 10:24:51) K-1.2.0-14
Christian
[1] http://cygwin.com/ml/autoconf-patches/2001-06/msg00000.html
_ac_prog_fc_v.diff
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Support Fujitsu in _AC_PROG_FC_V,
Christian Rössel <=