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
d81c9768
Commit
d81c9768
authored
Oct 14, 1999
by
Andreas Schwab
Committed by
Jeff Law
Oct 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (all.cross): Depend on xcpp$(exeext).
From-SVN: r29975
parent
476a33f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+2
-2
No files found.
gcc/ChangeLog
View file @
d81c9768
Thu
Oct
14
05
:
08
:
14
1999
Andreas
Schwab
<
schwab
@suse
.
de
>
*
Makefile
.
in
(
all
.
cross
)
:
Depend
on
xcpp
$
(
exeext
).
Thu
Oct
14
04
:
00
:
40
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
genrecog
.
c
(
validate_pattern
)
:
Condense
the
destination
...
...
gcc/Makefile.in
View file @
d81c9768
...
...
@@ -822,8 +822,8 @@ all.internal: start.encap rest.encap doc
# This is what to compile if making a cross-compiler.
# Note that we can compile enquire using the cross-compiler just built,
# although we can't run it on this machine.
all.cross
:
native gcc-cross
specs stmp-headers $(STMP_FIXPROTO) $(LIBGCC
)
\
$(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross doc
all.cross
:
native gcc-cross
xcpp$(exeext) specs stmp-headers $(STMP_FIXPROTO
)
\
$(LIBGCC
) $(LIBGCC
1_TEST) $(EXTRA_PARTS) lang.all.cross doc
# This is what to compile if making gcc with a cross-compiler.
all.build
:
native xgcc$(exeext) xcpp$(exeext) $(EXTRA_PARTS) lang.all.build
# This is what must be made before installing GCC and converting libraries.
...
...
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