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
d3614a37
Commit
d3614a37
authored
May 06, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r912
parent
85093b9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
gcc/Makefile.in
+17
-11
No files found.
gcc/Makefile.in
View file @
d3614a37
...
...
@@ -293,6 +293,7 @@ HOST_LIBS = $(USE_HOST_OBSTACK) $(USE_HOST_ALLOCA) $(USE_HOST_MALLOC) \
HOST_RTL
=
$(HOST_PREFIX)
rtl.o
HOST_RTLANAL
=
$(HOST_PREFIX)
rtlanal.o
HOST_PRINT
=
$(HOST_PREFIX)
print-rtl.o
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,
...
...
@@ -996,9 +997,9 @@ genattr : genattr.o $(HOST_RTL) $(HOST_LIBDEPS)
genattr.o
:
genattr.c $(RTL_H) config.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/genattr.c
genattrtab
:
genattrtab.o $(HOST_RTL) $(HOST_RTLANAL) $(HOST_LIBDEPS)
genattrtab
:
genattrtab.o $(HOST_RTL) $(HOST_
PRINT) $(HOST_
RTLANAL) $(HOST_LIBDEPS)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
genattrtab
\
genattrtab.o
$(HOST_RTL)
$(HOST_RTLANAL)
$(HOST_LIBS)
genattrtab.o
$(HOST_RTL)
$(HOST_
PRINT)
$(HOST_
RTLANAL)
$(HOST_LIBS)
genattrtab.o
:
genattrtab.c $(RTL_H) config.h insn-config.h
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(srcdir)
/genattrtab.c
...
...
@@ -1019,6 +1020,11 @@ $(HOST_PREFIX_1)rtl.o: $(srcdir)/rtl.c $(CONFIG_H) $(RTL_H)
cp
$(srcdir)
/rtl.c
$(HOST_PREFIX)
rtl.c
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(HOST_PREFIX)
rtl.c
$(HOST_PREFIX_1)print-rtl.o
:
$(srcdir)/print-rtl.c $(CONFIG_H) $(RTL_H)
rm
-f
$(HOST_PREFIX)
print-rtl.c
cp
$(srcdir)
/print-rtl.c
$(HOST_PREFIX)
print-rtl.c
$(HOST_CC)
-c
$(HOST_CFLAGS)
$(HOST_CPPFLAGS)
$(INCLUDES)
$(HOST_PREFIX)
print-rtl.c
$(HOST_PREFIX_1)rtlanal.o
:
$(srcdir)/rtlanal.c $(CONFIG_H) $(RTL_H)
rm
-f
$(HOST_PREFIX)
rtlanal.c
cp
$(srcdir)
/rtlanal.c
$(HOST_PREFIX)
rtlanal.c
...
...
@@ -1120,26 +1126,26 @@ SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES)
-
rm
-f
SYSCALLS.c
test-protoize-simple
:
./protoize ./unprotoize $(GCC_PASSES)
-
rm
-f
tmp-proto
ize
.
*
cp
$(srcdir)
/protoize.c tmp-proto
ize
.c
chmod u+w tmp-proto
ize
.c
-
rm
-f
tmp-proto.
*
cp
$(srcdir)
/protoize.c tmp-proto.c
chmod u+w tmp-proto.c
./protoize
-N
-B
./
-c
"-B./ -Wall -Wwrite-strings
$(CFLAGS)
\
$(INCLUDES)
\
-DGCC_INCLUDE_DIR=0
\
-DGPLUSPLUS_INCLUDE_DIR=0
\
-DCROSS_INCLUDE_DIR=0
\
-DSTD_PROTO_DIR=0"
tmp-proto
ize
.c
-DSTD_PROTO_DIR=0"
tmp-proto.c
@
echo
Expect 324 lines of differences.
diff
$(srcdir)
/protoize.c tmp-proto
ize
.c | wc
-l
diff
$(srcdir)
/protoize.c tmp-proto.c | wc
-l
./unprotoize
-N
-c
"-B./ -Wall -Wwrite-strings
$(CFLAGS)
\
$(INCLUDES)
\
-DGCC_INCLUDE_DIR=0
\
-DGPLUSPLUS_INCLUDE_DIR=0
\
-DCROSS_INCLUDE_DIR=0
\
-DSTD_PROTO_DIR=0"
tmp-proto
ize
.c
-DSTD_PROTO_DIR=0"
tmp-proto.c
@
echo
Expect zero differences.
diff
$(srcdir)
/protoize.c tmp-proto
ize
.c |
cat
-
rm
-f
tmp-proto
ize
.
*
diff
$(srcdir)
/protoize.c tmp-proto.c |
cat
-
rm
-f
tmp-proto.
*
# Remake the info files.
...
...
@@ -1176,7 +1182,7 @@ mostlyclean:
for
name
in
$(LIB1FUNCS);
do
rm
-f
$${name}.c;
done
# Delete other temporary files.
-rm
-f
tmp-float.h
tmp-*proto.1
tmp-gcc.xtar.Z
tmp-limits.h
gccnew
-rm
-f
tmp-foo1
tmp-foo2
-rm
-f
tmp-foo1
tmp-foo2
tmp-proto.c
# Delete the stamp files.
-rm
-f
stamp-*
tmp-*
# Delete debugging dump files.
...
...
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