re PR fortran/35019 (Gfortran does not support "-J <dir>" only "-J<dir>")
2008-02-10 Daniel Franke <franke.daniel@gmail.com> fortran/PR35019 * lang.opt: Allow '-J<dir>' next to '-J <dir>', likewise '-I <dir>' and '-I<dir>'. From-SVN: r132213
This commit is contained in:
parent
68812e373c
commit
3d39d4151c
@ -1,3 +1,9 @@
|
||||
2008-02-10 Daniel Franke <franke.daniel@gmail.com>
|
||||
|
||||
fortran/PR35019
|
||||
* lang.opt: Allow '-J<dir>' next to '-J <dir>',
|
||||
likewise '-I <dir>' and '-I<dir>'.
|
||||
|
||||
2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
PR other/35107
|
||||
|
@ -25,11 +25,11 @@ Language
|
||||
Fortran
|
||||
|
||||
I
|
||||
Fortran Joined
|
||||
Fortran Joined Separate
|
||||
-I<directory> Add a directory for INCLUDE and MODULE searching
|
||||
|
||||
J
|
||||
Fortran Joined
|
||||
Fortran Joined Separate
|
||||
-J<directory> Put MODULE files in 'directory'
|
||||
|
||||
Wall
|
||||
|
Loading…
Reference in New Issue
Block a user