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
27c7a08d
Commit
27c7a08d
authored
Sep 20, 1998
by
Mark Mitchell
Committed by
Mark Mitchell
Sep 20, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
From-SVN: r22500
parent
c479c2ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
27c7a08d
1998-09-20 Mark Mitchell <mark@markmitchell.com>
* Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
* config.sub: Fix typo in last change.
...
...
Makefile.in
View file @
27c7a08d
...
...
@@ -1352,7 +1352,7 @@ bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean b
echo
"
$$
msg"
;
\
cd
gcc
;
$(MAKE)
$(GCC_FLAGS_TO_PASS)
$$
compare
@
echo
"Building runtime libraries"
;
\
$(MAKE)
all
$(MAKE)
$(TARGET_FLAGS_TO_PASS)
all
.PHONY
:
cross
cross
:
all-texinfo all-bison all-byacc all-binutils all-gas all-ld
...
...
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