diff options
Diffstat (limited to 'doc/building/mcode/Windows-MinGW-GNAT.rst')
-rw-r--r-- | doc/building/mcode/Windows-MinGW-GNAT.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/building/mcode/Windows-MinGW-GNAT.rst b/doc/building/mcode/Windows-MinGW-GNAT.rst index 960ced421..f1482ccb8 100644 --- a/doc/building/mcode/Windows-MinGW-GNAT.rst +++ b/doc/building/mcode/Windows-MinGW-GNAT.rst @@ -3,11 +3,11 @@ mcode Backend on Windows with GCC/GNAT (MinGW) ############################################## -On Windows with MinGW, GHDL is configured by ``configure`` and build by ``make``. +On Windows with MinGW, GHDL is configured by ``configure`` and built by ``make``. * First, GHDL needs to be configured. It is common to specify a ``PREFIX`` (installation directory like ``/usr/local`` or ``/opt/ghdl``). Without any - other option, ``configure`` select `mcode` as backend. + other option, ``configure`` selects `mcode` as the backend. * Next, ``make`` starts the compilation process. |