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
6fb26153
Commit
6fb26153
authored
Jan 13, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(risky-stage1, etc): Use $(GCC_PARTS) as what to mv.
From-SVN: r3219
parent
8b377b71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/Makefile.in
+4
-4
No files found.
gcc/Makefile.in
View file @
6fb26153
...
@@ -1832,28 +1832,28 @@ stage4: force
...
@@ -1832,28 +1832,28 @@ stage4: force
# that is pretty sure to work, and you are short of disk space.
# that is pretty sure to work, and you are short of disk space.
risky-stage1
:
force
risky-stage1
:
force
-
if
[
-d
stage1
]
;
then
true
;
else
mkdir stage1
;
fi
-
if
[
-d
stage1
]
;
then
true
;
else
mkdir stage1
;
fi
-
mv
cc1 cpp cccp gcc
stage1
-
mv
$(GCC_PARTS)
stage1
-
rm
-f
stage1/libgcc.a
-
rm
-f
stage1/libgcc.a
-
cp libgcc.a stage1
&&
$(RANLIB)
stage1/libgcc.a
-
cp libgcc.a stage1
&&
$(RANLIB)
stage1/libgcc.a
-
make clean
-
make clean
risky-stage2
:
force
risky-stage2
:
force
-
if
[
-d
stage2
]
;
then
true
;
else
mkdir stage2
;
fi
-
if
[
-d
stage2
]
;
then
true
;
else
mkdir stage2
;
fi
-
mv
cc1 cpp cccp gcc
stage2
-
mv
$(GCC_PARTS)
stage2
-
rm
-f
stage2/libgcc.a
-
rm
-f
stage2/libgcc.a
-
cp libgcc.a stage2
&&
$(RANLIB)
stage2/libgcc.a
-
cp libgcc.a stage2
&&
$(RANLIB)
stage2/libgcc.a
-
make clean
-
make clean
risky-stage3
:
force
risky-stage3
:
force
-
if
[
-d
stage3
]
;
then
true
;
else
mkdir stage3
;
fi
-
if
[
-d
stage3
]
;
then
true
;
else
mkdir stage3
;
fi
-
mv
cc1 cpp cccp gcc
stage3
-
mv
$(GCC_PARTS)
stage3
-
rm
-f
stage3/libgcc.a
-
rm
-f
stage3/libgcc.a
-
cp libgcc.a stage3
&&
$(RANLIB)
stage3/libgcc.a
-
cp libgcc.a stage3
&&
$(RANLIB)
stage3/libgcc.a
-
make clean
-
make clean
risky-stage4
:
force
risky-stage4
:
force
-
if
[
-d
stage4
]
;
then
true
;
else
mkdir stage4
;
fi
-
if
[
-d
stage4
]
;
then
true
;
else
mkdir stage4
;
fi
-
mv
cc1 cpp cccp gcc
stage4
-
mv
$(GCC_PARTS)
stage4
-
rm
-f
stage4/libgcc.a
-
rm
-f
stage4/libgcc.a
-
cp libgcc.a stage4
&&
$(RANLIB)
stage4/libgcc.a
-
cp libgcc.a stage4
&&
$(RANLIB)
stage4/libgcc.a
-
make clean
-
make clean
...
...
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