]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/fortran/doc/gfortran/gnu-fortran-command-options/environment-variables-affecting-gfortran.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / fortran / doc / gfortran / gnu-fortran-command-options / environment-variables-affecting-gfortran.rst
CommitLineData
c63539ff
ML
1..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6.. index:: environment variable
7
8.. _environment-variables:
9
10Environment variables affecting gfortran
11****************************************
12
13Environment
14^^^^^^^^^^^
15
16The :command:`gfortran` compiler currently does not make use of any environment
17variables to control its operation above and beyond those
18that affect the operation of :command:`gcc`.
19
20See :ref:`gcc:environment-variables`, for information on environment
21variables.
22
23See :ref:`runtime`, for environment variables that affect the
3ed1b4ce 24run-time behavior of programs compiled with GNU Fortran.