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
49041557
Commit
49041557
authored
May 06, 1994
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't ignore errors in for loop over $(LIB[12]FUNCS_EXTRA)
From-SVN: r7223
parent
d3158f1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/Makefile.in
+2
-2
No files found.
gcc/Makefile.in
View file @
49041557
...
...
@@ -719,7 +719,7 @@ libgcc1.a: libgcc1.c $(CONFIG_H) $(LIB1FUNCS_EXTRA) config.status
# We don't use -e here because there are if statements
# that should not make the command give up when the if condition is false.
# Instead, we test for failure after each command where it matters.
-
for
file
in
..
$(LIB1FUNCS_EXTRA);
\
for
file
in
..
$(LIB1FUNCS_EXTRA);
\
do
\
if
[
x$${file}
!=
x..
]
;
then
\
name
=
`
echo
$$
{
file
}
| sed
-e
's/[.]c$$//'
-e
's/[.]asm$$//'
`
;
\
...
...
@@ -773,7 +773,7 @@ libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
# We don't use -e here because there are if statements
# that should not make the command give up when the if condition is false.
# Instead, we test for failure after each command where it matters.
-
for
file
in
..
$(LIB2FUNCS_EXTRA);
\
for
file
in
..
$(LIB2FUNCS_EXTRA);
\
do
\
if
[
x$${file}
!=
x..
]
;
then
\
name
=
`
echo
$$
{
file
}
| sed
-e
's/[.]c$$//'
-e
's/[.]asm$$//'
`
;
\
...
...
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