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
6662a38d
Commit
6662a38d
authored
Sep 28, 1997
by
Richard Henderson
Committed by
Jeff Law
Sep 29, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (mostlyclean): Remove .regmove files.
From-SVN: r15783
parent
f3447109
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
6662a38d
Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
* Makefile.in (mostlyclean): Remove .regmove files.
Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
* libgcc2.c (__throw): Fix thinko.
...
...
gcc/Makefile.in
View file @
6662a38d
...
...
@@ -2038,10 +2038,10 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
-rm
-f
*/stamp-*
*/tmp-*
# Delete debugging dump files.
-rm
-f
*.greg
*.lreg
*.combine
*.flow
*.cse
*.jump
*.rtl
*.tree
*.loop
-rm
-f
*.dbr
*.jump2
*.sched
*.cse2
*.sched2
*.stack
-rm
-f
*.dbr
*.jump2
*.sched
*.cse2
*.sched2
*.stack
*.regmove
-rm
-f
*/*.greg
*/*.lreg
*/*.combine
*/*.flow
*/*.cse
*/*.jump
*/*.rtl
-rm
-f
*/*.tree
*/*.loop
*/*.dbr
*/*.jump2
*/*.sched
*/*.cse2
-rm
-f
*/*.sched2
*/*.stack
-rm
-f
*/*.sched2
*/*.stack
*/*.regmove
# Delete some files made during installation.
-rm
-f
specs
gfloat.h
float.h-*
enquire
SYSCALLS.c.X
SYSCALLS.c
-rm
-f
collect
collect2
mips-tfile
mips-tdump
alloca.s
...
...
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