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
e97ed334
Commit
e97ed334
authored
May 21, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1037
parent
7160dd0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
gcc/Makefile.in
+10
-3
No files found.
gcc/Makefile.in
View file @
e97ed334
...
...
@@ -360,7 +360,7 @@ STAGESTUFF = *.o insn-flags.h insn-config.h insn-codes.h \
insn-attr.h insn-attrtab.c
\
stamp-flags stamp-config stamp-codes
\
stamp-output stamp-recog stamp-emit stamp-extract stamp-peep
\
stamp-attr stamp-attrtab
\
stamp-attr stamp-attrtab
stamp-proto
\
genemit genoutput genrecog genextract genflags gencodes genconfig genpeep
\
genattrtab genattr
\
$(GCC_PASSES)
$(EXTRA_PARTS)
$(EXTRA_PROGRAMS)
gcc-cross cccp
\
...
...
@@ -412,7 +412,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
all.internal
:
start.encap rest.encap
# This is what to compile if making a cross-compiler.
all.cross
:
native gcc-cross
all.cross
:
native gcc-cross
cross-test
# This is what must be made before installing GCC and converting libraries.
start.encap
:
native gcc $(LIBGCC1_TARGET)
# Use this to make a GCC that will be used only to recompile GCC.
...
...
@@ -441,6 +441,13 @@ config.status:
true
;
\
fi
# Verify that it works to compile and link cross-test.
# If it does, then there are sufficient replacements for libgcc1.a.
cross-test
:
cross-test.o native gcc-cross
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
cross-test.o
-o
$@
cross-test.o
:
cross-test.c native gcc-cross
$(GCC_FOR_TARGET)
$(GCC_CFLAGS)
$(ALL_CPPFLAGS)
-c
$(srcdir)
/cross-test.c
compilations
:
${OBJS}
gcc
:
gcc.o version.o $(LIBDEPS)
...
...
@@ -1221,7 +1228,7 @@ clean: mostlyclean
# Using unprotoize.c is not quite right in the first place,
# but what better way is there?
-rm
-f
libgcc.a
libgcc1.a
libgcc2.a
libgcc2.ready
unprotoize.c
-rm
*.dvi
-rm
-f
*.dvi
# Delete all files that users would normally create
# while building and installing GCC.
...
...
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