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
58fe4e59
Commit
58fe4e59
authored
May 24, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(libgcc2.a): Handle case of separate srcdir.
From-SVN: r9810
parent
a016e80f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/Makefile.in
+3
-2
No files found.
gcc/Makefile.in
View file @
58fe4e59
...
...
@@ -869,14 +869,15 @@ libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \
do
\
if
[
x$${file}
!=
x..
]
;
then
\
name
=
`
echo
$$
{
file
}
| sed
-e
's/[.]c$$//'
-e
's/[.]asm$$//'
`
;
\
oname
=
`
echo
$$
{
name
}
| sed
-e
's,.*/,,'
`
;
\
echo
$$
{
name
}
;
\
if
[
$$
{
name
}
.asm
=
$$
{
file
}
]
;
then
\
cp
$$
{
file
}
$$
{
name
}
.s
||
exit
1
;
file
=
$$
{
name
}
.s
;
\
else
true
;
fi
;
\
$(GCC_FOR_TARGET)
$(LIBGCC2_CFLAGS)
$(INCLUDES)
-c
$$
{
file
}
;
\
if
[
$$
?
-eq
0
]
;
then
true
;
else
exit
1
;
fi
;
\
$(AR)
$(AR_FLAGS)
tmplibgcc2.a
$$
{
name
}
$(objext)
;
\
rm
-f
$$
{
name
}
.s
$$
{
name
}
$(objext)
;
\
$(AR)
$(AR_FLAGS)
tmplibgcc2.a
$$
{
o
name
}
$(objext)
;
\
rm
-f
$$
{
name
}
.s
$$
{
o
name
}
$(objext)
;
\
else
true
;
\
fi
;
\
done
...
...
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