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
0defb1d5
Commit
0defb1d5
authored
31 years ago
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ENQUIRE, CROSS_TEST): New variables.
(all.cross): Use them. From-SVN: r5382
parent
04c3f19d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
gcc/Makefile.in
+8
-1
No files found.
gcc/Makefile.in
View file @
0defb1d5
...
...
@@ -209,6 +209,13 @@ LIBGCC2_INCLUDES =
# Some targets override this to stmp-int-hdrs
LIBGCC2_DEPS
=
# Enquire target (This is a variable so that a target can choose not to
# build it.)
ENQUIRE
=
enquire
# Cross-test target (must also be overridable for a target)
CROSS_TEST
=
cross-test
# List of extra executables that should be compiled for this target machine
# that are used for compiling from source code to object code.
# The rules for compiling them should be in the t-* file for the machine.
...
...
@@ -477,7 +484,7 @@ all.internal: start.encap rest.encap
# This is what to compile if making a cross-compiler.
# Note that we can compile enquire using the cross-compiler just build,
# although we can't run it on this machine.
all.cross
:
native gcc-cross g++-cross specs $(LIBGCC) stmp-headers $(STMP_FIXPROTO)
cross-test enquire
$(EXTRA_PARTS)
all.cross
:
native gcc-cross g++-cross specs $(LIBGCC) stmp-headers $(STMP_FIXPROTO)
$(CROSS_TEST) $(ENQUIRE)
$(EXTRA_PARTS)
# This is what to compile if making gcc with a cross-compiler.
all.build
:
native xgcc g++ $(EXTRA_PARTS)
# This is what must be made before installing GCC and converting libraries.
...
...
This diff is collapsed.
Click to expand it.
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