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
63675378
Commit
63675378
authored
Oct 12, 1993
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scan-decls is no longer a function. Other fixes. See ChangeLog.
From-SVN: r5764
parent
05227b51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
gcc/Makefile.in
+6
-9
No files found.
gcc/Makefile.in
View file @
63675378
...
@@ -1562,7 +1562,7 @@ objc-headers: stmp-fixinc
...
@@ -1562,7 +1562,7 @@ objc-headers: stmp-fixinc
# Files related to the fixproto script.
# Files related to the fixproto script.
deduced.h
:
$(srcdir)/scan-types.sh
deduced.h
:
$(srcdir)/scan-types.sh
CC
=
"
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
-
nostdinc -
Iinclude -I
${
SYSTEM_HEADER_DIR
}
"
;
\
CC
=
"
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
-Iinclude -I
${
SYSTEM_HEADER_DIR
}
"
;
\
export
CC
;
\
export
CC
;
\
$(srcdir)
/scan-types.sh
>
tmp-deduced.h
$(srcdir)
/scan-types.sh
>
tmp-deduced.h
mv tmp-deduced.h deduced.h
mv tmp-deduced.h deduced.h
...
@@ -1577,15 +1577,12 @@ xsys-protos.h: $(srcdir)/sys-protos.h deduced.h gen-protos Makefile
...
@@ -1577,15 +1577,12 @@ xsys-protos.h: $(srcdir)/sys-protos.h deduced.h gen-protos Makefile
| ./gen-protos
>
xsys-protos.h
| ./gen-protos
>
xsys-protos.h
rm
-rf
fixtmp.c
rm
-rf
fixtmp.c
scan-decls
:
scan-decls.o scan.o
patch-header
:
patch-header.o scan-decls.o scan.o xsys-protos.h $(HOST_OBSTACK)
$(HOST_CC)
-o
scan-decls scan-decls.o scan.o
$(HOST_CC)
-o
patch-header patch-header.o scan-decls.o scan.o
$(HOST_OBSTACK)
patch-header
:
patch-header.o scan.o xsys-protos.h $(HOST_OBSTACK)
$(HOST_CC)
-o
patch-header patch-header.o scan.o
$(HOST_OBSTACK)
patch-header.o
:
xsys-protos.h
patch-header.o
:
xsys-protos.h
stmp-fixproto
:
patch-header
scan-decls
xsys-protos.h
stmp-fixproto
:
patch-header xsys-protos.h
CPP
=
"
$(GCC_FOR_TARGET)
-E"
;
export
CPP
;
\
CPP
=
"
$(GCC_FOR_TARGET)
-E"
;
export
CPP
;
\
${
srcdir
}
/fixproto include include
$(SYSTEM_HEADER_DIR)
${
srcdir
}
/fixproto include include
$(SYSTEM_HEADER_DIR)
touch stmp-fixproto
touch stmp-fixproto
...
@@ -1657,8 +1654,8 @@ mostlyclean: bytecode.mostlyclean
...
@@ -1657,8 +1654,8 @@ mostlyclean: bytecode.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
xsys-protos.h
deduced.h
tmp-deduced.h
\
gen-protos
fixproto.list
fixtmp.
?
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