Commit 3d39d415 by Daniel Franke Committed by Daniel Franke

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
parent 68812e37
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> 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
PR other/35107 PR other/35107
......
...@@ -25,11 +25,11 @@ Language ...@@ -25,11 +25,11 @@ Language
Fortran Fortran
I I
Fortran Joined Fortran Joined Separate
-I<directory> Add a directory for INCLUDE and MODULE searching -I<directory> Add a directory for INCLUDE and MODULE searching
J J
Fortran Joined Fortran Joined Separate
-J<directory> Put MODULE files in 'directory' -J<directory> Put MODULE files in 'directory'
Wall Wall
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment