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
b85f4db3
Commit
b85f4db3
authored
Mar 05, 1999
by
Richard Henderson
Committed by
Richard Henderson
Mar 05, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Delete .flow2 debugging files.
From-SVN: r25603
parent
1323d53a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+3
-3
No files found.
gcc/ChangeLog
View file @
b85f4db3
Fri
Mar
5
13
:
20
:
39
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
Makefile
.
in
:
Delete
.
flow2
debugging
files
.
Fri
Mar
5
11
:
36
:
11
1999
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
config
/
arm
/
arm
.
c
(
arm_override_options
)
:
Change
default
target
...
...
gcc/Makefile.in
View file @
b85f4db3
...
...
@@ -707,7 +707,7 @@ STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
specs collect2
$(exeext)
$(USE_COLLECT2)
underscore.c
\
gcov
$(exeext)
*
.bp
\
*
.greg
*
.lreg
*
.combine
*
.flow
*
.cse
*
.jump
*
.rtl
*
.tree
*
.loop
\
*
.dbr
*
.jump2
*
.sched
*
.cse2
*
.sched2
*
.stack
*
.gcse
\
*
.dbr
*
.jump2
*
.sched
*
.cse2
*
.sched2
*
.stack
*
.gcse
*
.flow2
\
*
.[si] libcpp.a
\
$(LANG_STAGESTUFF)
...
...
@@ -2293,10 +2293,10 @@ mostlyclean: intl.mostlyclean lang.mostlyclean
# Delete debugging dump files.
-rm
-f
*.greg
*.lreg
*.combine
*.flow
*.cse
*.jump
*.rtl
*.tree
*.loop
-rm
-f
*.dbr
*.jump2
*.sched
*.cse2
*.sched2
*.stack
*.addressof
-rm
-f
*.regmove
*.mach
*.bp
*.gcse
-rm
-f
*.regmove
*.mach
*.bp
*.gcse
*.flow2
-rm
-f
*/*.greg
*/*.lreg
*/*.combine
*/*.flow
*/*.cse
*/*.jump
*/*.rtl
-rm
-f
*/*.tree
*/*.loop
*/*.dbr
*/*.jump2
*/*.sched
*/*.cse2
-rm
-f
*/*.sched2
*/*.stack
*/*.regmove
*/*.gcse
-rm
-f
*/*.sched2
*/*.stack
*/*.regmove
*/*.gcse
*/*.flow2
# Delete some files made during installation.
-rm
-f
specs
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