]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/install/binaries.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / doc / install / binaries.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:: Binaries, Binaries
7
8.. _binaries:
9
10Binaries
11--------
12
13We are often asked about pre-compiled versions of GCC. While we cannot
14provide these for all platforms, below you'll find links to binaries for
15various platforms where creating them by yourself is not easy due to various
16reasons.
17
18Please note that we did not create these binaries, nor do we
19support them. If you have any problems installing them, please
20contact their makers.
21
22* AIX:
23
24 * `AIX Open Source Packages (AIX5L AIX 6.1
25 AIX 7.1) <http://www.perzl.org/aix/>`_.
26
27* DOS---`DJGPP <http://www.delorie.com/djgpp/>`_.
28
29* HP-UX:
30
31 * `HP-UX Porting Center <http://hpux.connect.org.uk/>`_;
32
33* Solaris 2 (SPARC, Intel):
34
35 * `OpenCSW <https://www.opencsw.org/>`_
36
37* macOS:
38
39 * The `Homebrew <https://brew.sh>`_ package manager;
40
41 * `MacPorts <https://www.macports.org>`_.
42
43* Microsoft Windows:
44
45 * The `Cygwin <https://sourceware.org/cygwin/>`_ project;
46
47 * The `MinGW <https://osdn.net/projects/mingw/>`_ and
48 `mingw-w64 <https://www.mingw-w64.org/>`_ projects.
49
50* `OpenPKG <http://www.openpkg.org/>`_ offers binaries for quite a
51 number of platforms.
52
53* The `GFortran Wiki <https://gcc.gnu.org/wiki/GFortranBinaries>`_ has
3ed1b4ce 54 links to GNU Fortran binaries for several platforms.