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
c3055584
Commit
c3055584
authored
Nov 27, 1997
by
Jeffrey A Law
Committed by
Jeff Law
Nov 27, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (install): Change gxx_includedir to gxx_include_dir.
From-SVN: r16785
parent
96b0f1fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
libstdc++/ChangeLog
+4
-0
libstdc++/Makefile.in
+10
-10
No files found.
libstdc++/ChangeLog
View file @
c3055584
Thu Nov 27 01:33:55 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (install): Change gxx_includedir to gxx_include_dir.
Tue Nov 25 23:16:44 1997 Jason Merrill <jason@yorick.cygnus.com>
London changes to string:
...
...
libstdc++/Makefile.in
View file @
c3055584
...
...
@@ -249,24 +249,24 @@ install:
if
[
-z
"
$(MULTISUBDIR)
"
]
;
then
\
cd
$(srcdir)
;
\
for
FILE
in
$(HEADERS)
;
do
\
rm
-f
$(gxx_includedir)
/
$$
FILE
;
\
rm
-f
$(gxx_include
_
dir)
/
$$
FILE
;
\
if
[
-f
stl/
$$
FILE
]
;
then
\
$(INSTALL_DATA)
stl/
$$
FILE
$(gxx_includedir)
/
$$
FILE
;
\
$(INSTALL_DATA)
stl/
$$
FILE
$(gxx_include
_
dir)
/
$$
FILE
;
\
else
\
$(INSTALL_DATA)
$$
FILE
$(gxx_includedir)
/
$$
FILE
;
\
$(INSTALL_DATA)
$$
FILE
$(gxx_include
_
dir)
/
$$
FILE
;
\
fi
;
\
chmod a-x
$(gxx_includedir)
/
$$
FILE
;
\
chmod a-x
$(gxx_include
_
dir)
/
$$
FILE
;
\
done
;
\
for
FILE
in
*
.h std/
*
.
*
;
do
\
rm
-f
$(gxx_includedir)
/
$$
FILE
;
\
$(INSTALL_DATA)
$$
FILE
$(gxx_includedir)
/
$$
FILE
;
\
chmod a-x
$(gxx_includedir)
/
$$
FILE
;
\
rm
-f
$(gxx_include
_
dir)
/
$$
FILE
;
\
$(INSTALL_DATA)
$$
FILE
$(gxx_include
_
dir)
/
$$
FILE
;
\
chmod a-x
$(gxx_include
_
dir)
/
$$
FILE
;
\
done
;
\
cd
stl
;
\
for
FILE
in
*
.h
;
do
\
rm
-f
$(gxx_includedir)
/
$$
FILE
;
\
$(INSTALL_DATA)
$$
FILE
$(gxx_includedir)
/
$$
FILE
;
\
chmod a-x
$(gxx_includedir)
/
$$
FILE
;
\
rm
-f
$(gxx_include
_
dir)
/
$$
FILE
;
\
$(INSTALL_DATA)
$$
FILE
$(gxx_include
_
dir)
/
$$
FILE
;
\
chmod a-x
$(gxx_include
_
dir)
/
$$
FILE
;
\
done
;
\
else
true
;
\
fi
...
...
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