Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4f2b1139
Commit
4f2b1139
authored
Aug 06, 2001
by
Stan Shebs
Committed by
Stan Shebs
Aug 06, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/install.texi: Document powerpc-*-darwin* details.
From-SVN: r44662
parent
f984d8df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
0 deletions
+40
-0
gcc/ChangeLog
+4
-0
gcc/doc/install.texi
+36
-0
No files found.
gcc/ChangeLog
View file @
4f2b1139
2001
-
08
-
06
Stan
Shebs
<
shebs
@apple
.
com
>
*
doc
/
install
.
texi
:
Document
powerpc
-*-
darwin
*
details
.
2001
-
08
-
06
Daniel
Berlin
<
dan
@cgsoftware
.
com
>
*
config
/
rs6000
/
aix
.
h
(
CPP_CPU_SPEC
)
:
Move
back
to
rs6000
.
h
...
...
gcc/doc/install.texi
View file @
4f2b1139
...
...
@@ -1354,6 +1354,8 @@ GNU Compiler Collection on your machine.
@
item
@
uref
{#
powerpc
*-*-*,,
powerpc
*-*-*,
powerpc
-*-
sysv4
}
@
item
@
uref
{#
powerpc
-*-
darwin
*,,
powerpc
-*-
darwin
*}
@
item
@
uref
{#
powerpc
-*-
elf
,,
powerpc
-*-
elf
,
powerpc
-*-
sysv4
}
@
item
@
uref
{#
powerpc
-*-
linux
-
gnu
*,,
powerpc
-*-
linux
-
gnu
*}
...
...
@@ -2863,6 +2865,40 @@ switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
</p>
<hr>
@end html
@heading @anchor{powerpc-*-darwin*}powerpc-*-darwin*
PowerPC running Darwin (Mac OS X kernel).
GCC 3.0 does not support Darwin, but 3.1 and later releases will work.
Pre-installed versions of Mac OS X may not include any developer tools,
meaning that you will not be able to build GCC from source. Tool
binaries are available at
@uref{http://www.opensource.apple.com/projects/darwin} (free
registration required).
Versions of the assembler prior to ``cctools-364'' cannot handle the
4-argument form of rlwinm and related mask-using instructions. Darwin
1.3 (Mac OS X 10.0) uses cctools-353 for instance. To get cctools-364,
check out @file{cctools} with tag @samp{Apple-364}, build it, and
install the assembler as @file{usr/bin/as}. See
@uref{http://www.opensource.apple.com/tools/cvs/docs.html} for details.
Also, the default stack limit of 512K is too small, and a bootstrap will
typically fail when self-compiling @file{expr.c}. Set the stack to 800K
or more, for instance by doing @samp{limit stack 800}. It'
s
also
convenient
to
use
the
GNU
preprocessor
instead
of
Apple
's during the
first stage of bootstrapping; this is automatic when doing @samp{make
bootstrap}, but to do it from the toplevel objdir you will need to say
@samp{make CC='
cc
-
no
-
cpp
-
precomp
' bootstrap}.
Note that the version of GCC shipped by Apple typically includes a
number of extensions not available in a standard GCC release. These
extensions are generally specific to Mac programming.
@html
</p>
<hr>
@end html
@heading @anchor{powerpc-*-elf}powerpc-*-elf, powerpc-*-sysv4
PowerPC system in big endian mode, running System V.4.
...
...
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