Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
9e8d1368
Commit
9e8d1368
authored
Nov 18, 2009
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On 32-bit x86, one should configure with --with-arch=.
R=r
https://golang.org/cl/156080
parent
652bb7c2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
gccgo_install.html
doc/gccgo_install.html
+8
-3
No files found.
doc/gccgo_install.html
View file @
9e8d1368
...
@@ -31,11 +31,16 @@ repository: <code>svn://gcc.gnu.org/svn/gcc/branches/gccgo</code>.
...
@@ -31,11 +31,16 @@ repository: <code>svn://gcc.gnu.org/svn/gcc/branches/gccgo</code>.
<p>
<p>
Building
<code>
gccgo
</code>
is just like building
<code>
gcc
</code>
Building
<code>
gccgo
</code>
is just like building
<code>
gcc
</code>
with one
additional option
. See
with one
or two additional options
. See
the
<a
href=
"http://gcc.gnu.org/install/"
>
instructions on the gcc web
the
<a
href=
"http://gcc.gnu.org/install/"
>
instructions on the gcc web
site
</a>
. When you run
<code>
configure
</code>
, add the
site
</a>
. When you run
<code>
configure
</code>
, add the
option
<code>
--enable-languages=c,c++,go
</code>
(along with other languages you
option
<code>
--enable-languages=c,c++,go
</code>
(along with other
may want to build).
languages you may want to build). If you are targeting a 32-bit x86,
then you will want to build
<code>
gccgo
</code>
to default to
supporting locked compare and exchange instructions; do this by also
using the
<code>
configure
</code>
option
<code>
--with-arch=i586
</code>
(or a newer architecture, depending on where you need your programs to
run).
</p>
</p>
<p>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment