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
30db8e17
Commit
30db8e17
authored
Feb 18, 2003
by
Jason Merrill
Committed by
Jason Merrill
Feb 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.tpl (check-c++): Allow parallelism.
From-SVN: r63053
parent
2b59501b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
ChangeLog
+4
-0
Makefile.in
+2
-1
Makefile.tpl
+2
-1
No files found.
ChangeLog
View file @
30db8e17
2003-02-18 Jason Merrill <jason@redhat.com>
* Makefile.tpl (check-c++): Allow parallelism.
2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* MAINTAINERS: Remove John Carr (who never actually had access to
...
...
Makefile.in
View file @
30db8e17
...
...
@@ -7293,7 +7293,8 @@ check-gcc-c++:
fi
.PHONY
:
check-c++
check-c++
:
check-target-libstdc++-v3 check-gcc-c++
check-c++
:
$(MAKE)
check-target-libstdc++-v3 check-gcc-c++
NOTPARALLEL
=
parallel-ok
.PHONY
:
install-gcc maybe-install-gcc
maybe-install-gcc
:
...
...
Makefile.tpl
View file @
30db8e17
...
...
@@ -1233,7 +1233,8 @@ check-gcc-c++:
fi
.PHONY
:
check-c++
check-c++
:
check-target-libstdc++-v3 check-gcc-c++
check-c++
:
$(MAKE)
check-target-libstdc++-v3 check-gcc-c++
NOTPARALLEL
=
parallel-ok
.PHONY
:
install-gcc maybe-install-gcc
maybe-install-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