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
d591efa1
Commit
d591efa1
authored
Sep 22, 1993
by
Jan Brittenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make sure cc1, cc1plus, and cc1obj targets always make all the bytecode stuff
From-SVN: r5413
parent
f4e25503
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/Makefile.in
+4
-4
No files found.
gcc/Makefile.in
View file @
d591efa1
...
@@ -495,7 +495,7 @@ for-bootstrap: start.encap $(LIBGCC)
...
@@ -495,7 +495,7 @@ for-bootstrap: start.encap $(LIBGCC)
rest.encap
:
$(LIBGCC) stmp-headers $(STMP_FIXPROTO) $(EXTRA_PARTS)
rest.encap
:
$(LIBGCC) stmp-headers $(STMP_FIXPROTO) $(EXTRA_PARTS)
# This is what is made with the host's compiler
# This is what is made with the host's compiler
# whether making a cross compiler or not.
# whether making a cross compiler or not.
native
:
bytecode
config.status cpp $(LANGUAGES) $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2)
native
:
config.status cpp $(LANGUAGES) $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2)
# Define the names for selecting languages in LANGUAGES.
# Define the names for selecting languages in LANGUAGES.
C c
:
cc1
C c
:
cc1
...
@@ -556,13 +556,13 @@ g++-cross: $(srcdir)/g++.c
...
@@ -556,13 +556,13 @@ g++-cross: $(srcdir)/g++.c
$(CC)
$(ALL_CFLAGS)
$(INCLUDES)
$(LDFLAGS)
-o
g++-cross
\
$(CC)
$(ALL_CFLAGS)
$(INCLUDES)
$(LDFLAGS)
-o
g++-cross
\
-DGCC_NAME
=
\"
$(target)
-gcc
\"
$(srcdir)
/g++.c version.o
$(LIBS)
-DGCC_NAME
=
\"
$(target)
-gcc
\"
$(srcdir)
/g++.c version.o
$(LIBS)
cc1
:
$(P) $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
cc1
:
bytecode
$(P) $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1
$(C_OBJS)
$(OBJS)
$(BC_OBJS)
$(LIBS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1
$(C_OBJS)
$(OBJS)
$(BC_OBJS)
$(LIBS)
cc1plus
:
$(P) $(CPLUS_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
cc1plus
:
bytecode
$(P) $(CPLUS_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1plus
$(CPLUS_OBJS)
$(BC_OBJS)
$(OBJS)
$(LIBS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1plus
$(CPLUS_OBJS)
$(BC_OBJS)
$(OBJS)
$(LIBS)
cc1obj
:
$(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
cc1obj
:
bytecode
$(P) $(OBJC_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1obj
$(OBJC_OBJS)
$(OBJS)
$(BC_OBJS)
$(LIBS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
cc1obj
$(OBJC_OBJS)
$(OBJS)
$(BC_OBJS)
$(LIBS)
# Copy float.h from its source.
# Copy float.h from its source.
...
...
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