packaging: support aarch64 build
[platform/upstream/gcc48.git] / INSTALL / download.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <!-- Copyright (C) 1988-2013 Free Software Foundation, Inc.
4
5 Permission is granted to copy, distribute and/or modify this document
6 under the terms of the GNU Free Documentation License, Version 1.3 or
7 any later version published by the Free Software Foundation; with no
8 Invariant Sections, the Front-Cover texts being (a) (see below), and
9 with the Back-Cover Texts being (b) (see below).  A copy of the
10 license is included in the section entitled "GNU
11 Free Documentation License".
12
13 (a) The FSF's Front-Cover Text is:
14
15 A GNU Manual
16
17 (b) The FSF's Back-Cover Text is:
18
19 You have freedom to copy and modify this GNU Manual, like GNU
20      software.  Copies published by the Free Software Foundation raise
21      funds for GNU development. -->
22 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
23 <head>
24 <title>Installing GCC</title>
25
26 <meta name="description" content="Installing GCC">
27 <meta name="keywords" content="Installing GCC">
28 <meta name="resource-type" content="document">
29 <meta name="distribution" content="global">
30 <meta name="Generator" content="makeinfo">
31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
32 <style type="text/css">
33 <!--
34 a.summary-letter {text-decoration: none}
35 blockquote.smallquotation {font-size: smaller}
36 div.display {margin-left: 3.2em}
37 div.example {margin-left: 3.2em}
38 div.indentedblock {margin-left: 3.2em}
39 div.lisp {margin-left: 3.2em}
40 div.smalldisplay {margin-left: 3.2em}
41 div.smallexample {margin-left: 3.2em}
42 div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
43 div.smalllisp {margin-left: 3.2em}
44 kbd {font-style:oblique}
45 pre.display {font-family: inherit}
46 pre.format {font-family: inherit}
47 pre.menu-comment {font-family: serif}
48 pre.menu-preformatted {font-family: serif}
49 pre.smalldisplay {font-family: inherit; font-size: smaller}
50 pre.smallexample {font-size: smaller}
51 pre.smallformat {font-family: inherit; font-size: smaller}
52 pre.smalllisp {font-size: smaller}
53 span.nocodebreak {white-space:nowrap}
54 span.nolinebreak {white-space:nowrap}
55 span.roman {font-family:serif; font-weight:normal}
56 span.sansserif {font-family:sans-serif; font-weight:normal}
57 ul.no-bullet {list-style: none}
58 -->
59 </style>
60
61
62 </head>
63
64 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
65 <h1 class="settitle" align="center">Installing GCC</h1>
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84 <a name="index-Downloading-GCC"></a>
85 <a name="index-Downloading-the-Source"></a>
86
87 <p>GCC is distributed via <a href="http://gcc.gnu.org/svn.html">SVN</a> and FTP
88 tarballs compressed with <code>gzip</code> or
89 <code>bzip2</code>.
90 </p>
91 <p>Please refer to the <a href="http://gcc.gnu.org/releases.html">releases web page</a>
92 for information on how to obtain GCC.
93 </p>
94 <p>The source distribution includes the C, C++, Objective-C, Fortran, Java,
95 and Ada (in the case of GCC 3.1 and later) compilers, as well as
96 runtime libraries for C++, Objective-C, Fortran, and Java.
97 For previous versions these were downloadable as separate components such
98 as the core GCC distribution, which included the C language front end and
99 shared components, and language-specific distributions including the
100 language front end and the language runtime (where appropriate).
101 </p>
102 <p>If you also intend to build binutils (either to upgrade an existing
103 installation or for use in place of the corresponding tools of your
104 OS), unpack the binutils distribution either in the same directory or
105 a separate one.  In the latter case, add symbolic links to any
106 components of the binutils you intend to build alongside the compiler
107 (<samp>bfd</samp>, <samp>binutils</samp>, <samp>gas</samp>, <samp>gprof</samp>, <samp>ld</samp>,
108 <samp>opcodes</samp>, &hellip;) to the directory containing the GCC sources.
109 </p>
110 <p>Likewise the GMP, MPFR and MPC libraries can be automatically built
111 together with GCC.  Unpack the GMP, MPFR and/or MPC source
112 distributions in the directory containing the GCC sources and rename
113 their directories to <samp>gmp</samp>, <samp>mpfr</samp> and <samp>mpc</samp>,
114 respectively (or use symbolic links with the same name).
115 </p>
116 <hr />
117 <p><p><a href="./index.html">Return to the GCC Installation page</a>
118 </p>
119
120
121
122
123
124
125
126
127
128
129
130
131 </body>
132 </html>