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
ee291069
Commit
ee291069
authored
Sep 10, 1997
by
Manfred Hollstein
Committed by
Jeff Law
Sep 10, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (clean): Delete libgcc1-test.
From-SVN: r15217
parent
10211581
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
ee291069
Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (clean): Delete libgcc1-test.
* Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
* Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
Tue Sep 9 17:07:36 1997 Stan Cox <coxs@dg-rtp.dg.com>
...
...
gcc/Makefile.in
View file @
ee291069
...
@@ -2019,7 +2019,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
...
@@ -2019,7 +2019,7 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
-rm
-f
$(HOST_PREFIX_1)alloca.c
$(HOST_PREFIX_1)malloc.c
-rm
-f
$(HOST_PREFIX_1)alloca.c
$(HOST_PREFIX_1)malloc.c
-rm
-f
$(HOST_PREFIX_1)obstack.c
-rm
-f
$(HOST_PREFIX_1)obstack.c
# Delete the temp files made in the course of building libgcc.a.
# Delete the temp files made in the course of building libgcc.a.
-rm
-f
tmplibgcc*
tmpcopy
xlimits.h
-rm
-f
tmplibgcc*
tmpcopy
xlimits.h
libgcc1-test
for
name
in
$(LIB1FUNCS);
do
rm
-f
$${name}.c;
done
for
name
in
$(LIB1FUNCS);
do
rm
-f
$${name}.c;
done
# Delete other temporary files.
# Delete other temporary files.
-rm
-f
tmp-float.h
tmp-gcc.xtar.gz
-rm
-f
tmp-float.h
tmp-gcc.xtar.gz
...
...
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