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
93dfdf16
Commit
93dfdf16
authored
Apr 26, 1999
by
Marc Espie
Committed by
Jason Merrill
Apr 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (cplib2.ready): Don't depend on phony targets.
From-SVN: r26668
parent
6a6fc514
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/Make-lang.in
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
93dfdf16
1999-04-26 Marc Espie <espie@cvs.openbsd.org>
* Make-lang.in (cplib2.ready): Don't depend on phony targets.
1999-04-23 Mark Mitchell <mark@codesourcery.com>
1999-04-23 Mark Mitchell <mark@codesourcery.com>
* decl2.c (finish_file): Tweak handling of extern inlines so that
* decl2.c (finish_file): Tweak handling of extern inlines so that
...
...
gcc/cp/Make-lang.in
View file @
93dfdf16
...
@@ -185,7 +185,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready
...
@@ -185,7 +185,7 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready
# Don't try to do write if `.' is not writable;
# Don't try to do write if `.' is not writable;
# in that case, we're installing from someone else's directory.
# in that case, we're installing from someone else's directory.
# But go ahead and fail if that directory hasn't been properly built.
# But go ahead and fail if that directory hasn't been properly built.
cplib2.ready
:
$(GCC_PASSES) $(L
ANGUAGES) $(L
IBGCC2_DEPS) stmp-int-hdrs
cplib2.ready
:
$(GCC_PASSES) $(LIBGCC2_DEPS) stmp-int-hdrs
@
if
[
-r
cplib2.txt
-a
-w
.
]
;
then
\
@
if
[
-r
cplib2.txt
-a
-w
.
]
;
then
\
case
"
$(LANGUAGES)
"
in
\
case
"
$(LANGUAGES)
"
in
\
*
" "
[
cC]
"++ "
*
)
\
*
" "
[
cC]
"++ "
*
)
\
...
...
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