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
204956e6
Commit
204956e6
authored
Jul 11, 2003
by
Phil Edwards
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed one spot from the previous change.
From-SVN: r69213
parent
58579a27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libstdc++-v3/src/Makefile.am
+1
-1
libstdc++-v3/src/Makefile.in
+1
-1
No files found.
libstdc++-v3/src/Makefile.am
View file @
204956e6
...
...
@@ -43,7 +43,7 @@ libstdc++-symbol.ver: ${glibcxx_srcdir}/@SYMVER_MAP@
if
test
"x@port_specific_symbol_files@"
!=
x
;
then
\
sed
-n
'1,/DO NOT DELETE/p'
$@
>
tmp.top
;
\
sed
-n
'/DO NOT DELETE/,$$p'
$@
>
tmp.bottom
;
\
cat
tmp.top @port_specific_symbol_file@ tmp.bottom
>
$@
;
\
cat
tmp.top @port_specific_symbol_file
s
@ tmp.bottom
>
$@
;
\
rm tmp.top tmp.bottom
;
\
fi
else
...
...
libstdc++-v3/src/Makefile.in
View file @
204956e6
...
...
@@ -491,7 +491,7 @@ mostlyclean distclean maintainer-clean
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
if
test
"x@port_specific_symbol_files@"
!=
x;
then
\
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
sed
-n
'1,/DO NOT DELETE/p'
$@
>
tmp.top;
\
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
sed
-n
'/DO NOT DELETE/,$$p'
$@
>
tmp.bottom;
\
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
cat
tmp.top
@port_specific_symbol_file@
tmp.bottom
>
$@;
\
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
cat
tmp.top
@port_specific_symbol_file
s
@
tmp.bottom
>
$@;
\
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
rm
tmp.top
tmp.bottom;
\
@GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
fi
@GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@libstdc++-symbol.ver
:
...
...
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