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
c1b9947f
Commit
c1b9947f
authored
Aug 09, 1993
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge. See ChangeLog.
From-SVN: r5126
parent
e9cd0b25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
gcc/Makefile.in
+6
-5
No files found.
gcc/Makefile.in
View file @
c1b9947f
...
@@ -1427,9 +1427,10 @@ gen-protos: gen-protos.o scan.o
...
@@ -1427,9 +1427,10 @@ gen-protos: gen-protos.o scan.o
${
HOST_CC
}
-o
gen-protos gen-protos.o scan.o
${
HOST_CC
}
-o
gen-protos gen-protos.o scan.o
xsys-protos.h
:
$(srcdir)/sys-protos.h deduced.h gen-protos Makefile
xsys-protos.h
:
$(srcdir)/sys-protos.h deduced.h gen-protos Makefile
cat
deduced.h
$(srcdir)
/sys-protos.h |
\
cat
deduced.h
$(srcdir)
/sys-protos.h
>
tmp.c
sed
-e
's/ / /g'
-e
's/ *(/ (/g'
-e
's/ [ ]*/ /g'
>
tmp.c
$(GCC_FOR_TARGET)
tmp.c
-E
\
$(GCC_FOR_TARGET)
tmp.c
-E
| ./gen-protos
>
xsys-protos.h
| sed
-e
's/ / /g'
-e
's/ *(/ (/g'
-e
's/ [ ]*/ /g'
-e
's/( )/()/'
\
| ./gen-protos
>
xsys-protos.h
scan-decls
:
scan-decls.o scan.o
scan-decls
:
scan-decls.o scan.o
$(HOST_CC)
-o
scan-decls scan-decls.o scan.o
$(HOST_CC)
-o
scan-decls scan-decls.o scan.o
...
@@ -1511,8 +1512,8 @@ mostlyclean:
...
@@ -1511,8 +1512,8 @@ mostlyclean:
-rm
-f
specs
gfloat.h
float.h-*
enquire
SYSCALLS.c.X
SYSCALLS.c
-rm
-f
specs
gfloat.h
float.h-*
enquire
SYSCALLS.c.X
SYSCALLS.c
-rm
-f
collect
collect2
ld
mips-tfile
mips-tdump
alloca.s
-rm
-f
collect
collect2
ld
mips-tfile
mips-tdump
alloca.s
# Delete files generated for fixproto
# Delete files generated for fixproto
rm
-rf
patch-header
scan-decls
xsys-protos.h
deduced.h
tmp-deduced.h
\
-
rm
-rf
patch-header
scan-decls
xsys-protos.h
deduced.h
tmp-deduced.h
\
tmp.i
tmp.c
gen-protos
fixproto.list
fixtmp.?
# Delete unwanted output files from TeX.
# Delete unwanted output files from TeX.
-rm
-f
*.toc
*.log
*.vr
*.fn
*.cp
*.tp
*.ky
*.pg
-rm
-f
*.toc
*.log
*.vr
*.fn
*.cp
*.tp
*.ky
*.pg
# Delete sorted indices we don't actually use.
# Delete sorted indices we don't actually use.
...
...
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