------- Comment #6 from fxcoudert at gcc dot gnu dot org  2007-06-27 22:58 
-------
Subject: Bug 31400

Author: fxcoudert
Date: Wed Jun 27 22:58:37 2007
New Revision: 126068

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126068
Log:
        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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/gfortranspec.c
    trunk/gcc/fortran/lang.opt
    trunk/gcc/fortran/options.c
    trunk/gcc/gcc.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31400

Reply via email to