1. 30 Jun, 2007 2 commits
  2. 29 Jun, 2007 21 commits
  3. 28 Jun, 2007 16 commits
  4. 27 Jun, 2007 1 commit
    • re PR other/31400 (enable static linking of support libraries through -static-libXY) · 86db887a
      	PR other/31400
      
      	* gcc.c (process_command): Recognize the new -static-libgfortran
      	option.
      
      	* lang.opt (static-libgfortran): New option.
      	* gfortranspec.c (ADD_ARG_LIBGFORTRAN): New macro.
      	(Option): Add OPTION_static and OPTION_static_libgfortran.
      	(lookup_option): Handle the new -static-libgfortran option.
      	(lang_specific_driver): Check whether -static is passed.
      	Handle the new -static-libgfortran option.
      	* options.c (gfc_handle_option): If -static-libgfortran is
      	passed and isn't supported on this configuration, error out.
      
      From-SVN: r126068
      Francois-Xavier Coudert committed