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
04e95620
Commit
04e95620
authored
28 years ago
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
From-SVN: r13154
parent
c0624dec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
gcc/Makefile.in
+12
-0
No files found.
gcc/Makefile.in
View file @
04e95620
...
...
@@ -2553,6 +2553,9 @@ stage1-start:
-rm
-f
stage1/libgcc.a
-cp
libgcc.a
stage1
-if
$(RANLIB_TEST)
;
then
$(RANLIB)
stage1/libgcc.a;
else
true;
fi
-for
f
in
..
$(EXTRA_MULTILIB_PARTS);
do
if
[
x$${f}
!=
x..
]
;
then
\
cp stage1/
$$
{
f
}
.
;
\
fi
;
done
stage1
:
force stage1-start lang.stage1
stage2-start
:
...
...
@@ -2570,6 +2573,9 @@ stage2-start:
-rm
-f
stage2/libgcc.a
-cp
libgcc.a
stage2
-if
$(RANLIB_TEST)
;
then
$(RANLIB)
stage2/libgcc.a;
else
true;
fi
-for
f
in
..
$(EXTRA_MULTILIB_PARTS);
do
if
[
x$${f}
!=
x..
]
;
then
\
cp stage2/
$$
{
f
}
.
;
\
fi
;
done
stage2
:
force stage2-start lang.stage2
stage3-start
:
...
...
@@ -2587,6 +2593,9 @@ stage3-start:
-rm
-f
stage3/libgcc.a
-cp
libgcc.a
stage3
-if
$(RANLIB_TEST)
;
then
$(RANLIB)
stage3/libgcc.a;
else
true;
fi
-for
f
in
..
$(EXTRA_MULTILIB_PARTS);
do
if
[
x$${f}
!=
x..
]
;
then
\
cp stage3/
$$
{
f
}
.
;
\
fi
;
done
stage3
:
force stage3-start lang.stage3
stage4-start
:
...
...
@@ -2604,6 +2613,9 @@ stage4-start:
-rm
-f
stage4/libgcc.a
-cp
libgcc.a
stage4
-if
$(RANLIB_TEST)
;
then
$(RANLIB)
stage4/libgcc.a;
else
true;
fi
-for
f
in
..
$(EXTRA_MULTILIB_PARTS);
do
if
[
x$${f}
!=
x..
]
;
then
\
cp stage4/
$$
{
f
}
.
;
\
fi
;
done
stage4
:
force stage4-start lang.stage4
# Copy just the executable files from a particular stage into a subdirectory,
...
...
This diff is collapsed.
Click to expand it.
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