]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/35019 (Gfortran does not support "-J <dir>" only "-J<dir>")
authorDaniel Franke <franke.daniel@gmail.com>
Sun, 10 Feb 2008 15:01:39 +0000 (10:01 -0500)
committerDaniel Franke <dfranke@gcc.gnu.org>
Sun, 10 Feb 2008 15:01:39 +0000 (10:01 -0500)
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

gcc/fortran/ChangeLog
gcc/fortran/lang.opt

index 54958f738e254c3766d63fccf5bff6043e08c10a..1aa75d6d51783ca2b7967b4795e01c3e46e95925 100644 (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
index 55e8b51602898dd3f8fb6b92d3d962d38c250feb..bc48e78bd3ab531030321b83cc89d17d6a924621 100644 (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