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:
Daniel Franke 2008-02-10 10:01:39 -05:00 committed by Daniel Franke
parent 68812e373c
commit 3d39d4151c
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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