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
0e7f0e65
Commit
0e7f0e65
authored
May 27, 2000
by
Zack Weinberg
Committed by
Richard Henderson
May 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (cplib2.ready): Eradicate.
From-SVN: r34210
parent
d2c6a1b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
23 deletions
+6
-23
gcc/cp/ChangeLog
+4
-0
gcc/cp/Make-lang.in
+2
-23
No files found.
gcc/cp/ChangeLog
View file @
0e7f0e65
2000-05-27 Zack Weinberg <zack@wolery.cumb.org>
* Make-lang.in (cplib2.ready): Eradicate.
Sat May 27 11:25:46 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* method.c (mangle_expression): Use TREE_CODE_LENGTH.
...
...
gcc/cp/Make-lang.in
View file @
0e7f0e65
...
...
@@ -178,7 +178,7 @@ vec.o: cc1plus$(exeext) $(srcdir)/cp/vec.cc
-c
$(srcdir)
/cp/vec.cc
-o
vec.o
# We want to update cplib2.txt if any of the source files change...
cplib2.txt
:
$(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS)
cplib2.ready
cplib2.txt
:
$(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS)
case
"
$(LANGUAGES)
"
in
\
*
" "
[
cC]
"++ "
*
)
\
echo
$(CXX_LIB2FUNCS)
>
cplib2.new
;;
\
...
...
@@ -187,27 +187,6 @@ cplib2.txt: $(CXX_LIB2SRCS) $(CXX_EXTRA_HEADERS) cplib2.ready
esac
mv
-f
cplib2.new cplib2.txt
# Or if it would be different.
# Don't try to do write if `.' is not writable;
# in that case, we're installing from someone else's directory.
# But go ahead and fail if that directory hasn't been properly built.
cplib2.ready
:
$(GCC_PASSES) stmp-int-hdrs $(STMP_FIXPROTO) cc1plus$(exeext)
@
if
[
-r
cplib2.txt
-a
-w
.
]
;
then
\
case
"
$(LANGUAGES)
"
in
\
*
" "
[
cC]
"++ "
*
)
\
echo
$(CXX_LIB2FUNCS)
>
cplib2.new
;;
\
*
)
\
echo
""
>
cplib2.new
;;
\
esac
;
\
if
cmp
-s
cplib2.new cplib2.txt
;
then
true
;
else
\
touch cplib2.ready
;
\
fi
;
\
rm
-f
cplib2.new
;
\
else
true
;
\
fi
@
if
[
-f
cplib2.ready
]
;
then
true
;
else
\
touch cplib2.ready
;
\
fi
#
# Install hooks:
# cc1plus is installed elsewhere as part of $(COMPILERS).
...
...
@@ -277,7 +256,7 @@ c++.uninstall:
c++.mostlyclean
:
-
rm
-f
cp/
*
$(objext)
$(DEMANGLER_PROG)
c++.clean
:
-
rm
-f
cplib2.txt
cplib2.ready
-
rm
-f
cplib2.txt
c++.distclean
:
-
rm
-f
cp/config.status cp/Makefile
-
rm
-f
cp/parse.output
...
...
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