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
13bef471
Commit
13bef471
authored
Aug 20, 2003
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update bubblestrap docs
From-SVN: r70612
parent
2f503025
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/doc/makefile.texi
+8
-8
No files found.
gcc/doc/makefile.texi
View file @
13bef471
...
@@ -68,17 +68,17 @@ Like @code{bootstrap}, except that the various stages are removed once
...
@@ -68,17 +68,17 @@ Like @code{bootstrap}, except that the various stages are removed once
they
're no longer needed. This saves disk space.
they
're no longer needed. This saves disk space.
@item bubblestrap
@item bubblestrap
Once bootstrapped, this incrementally rebuilds each of the three stages,
This incrementally rebuilds each of the three stages, one at a time.
one at a time. It does this by ``bubbling'' the stages up from their
It does this by ``bubbling'' the stages up from their subdirectories
subdirectories, rebuilding them, and copying them back to their
(if they had been built previously), rebuilding them, and copying them
subdirectories. This will allow you to, for example, quickly rebuild a
back to their subdirectories. This will allow you to, for example,
bootstrapped compiler after changing the sources, without having to do a
continue a bootstrap after fixing a bug which causes the stage2 build
full bootstrap
.
to crash
.
@item quickstrap
@item quickstrap
Rebuilds the most recently built stage. Since each stage requires
Rebuilds the most recently built stage. Since each stage requires
special invocation, using this target means you don'
t
have
to
keep
track
special invocation, using this target means you don'
t
have
to
keep
of
which
stage
you're
on
or
what
invocation
that
stage
needs.
track
of
which
stage
you're
on
or
what
invocation
that
stage
needs.
@item
cleanstrap
@item
cleanstrap
Removed
everything
(@samp{make
clean})
and
rebuilds
(@samp{make
bootstrap}).
Removed
everything
(@samp{make
clean})
and
rebuilds
(@samp{make
bootstrap}).
...
...
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