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
28eca9e8
Commit
28eca9e8
authored
Mar 16, 2002
by
Alexandre Oliva
Committed by
Alexandre Oliva
Mar 16, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ltmain.sh (relink_command): Fix typo in previous change.
From-SVN: r50887
parent
b3124fac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
ChangeLog
+4
-0
ltmain.sh
+1
-1
No files found.
ChangeLog
View file @
28eca9e8
2002-03-16 Alexandre Oliva <aoliva@redhat.com>
* ltmain.sh (relink_command): Fix typo in previous change.
2002-03-15 Alexandre Oliva <aoliva@redhat.com>
2002-03-15 Alexandre Oliva <aoliva@redhat.com>
* ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
* ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
...
...
ltmain.sh
View file @
28eca9e8
...
@@ -4305,7 +4305,7 @@ fi\
...
@@ -4305,7 +4305,7 @@ fi\
for
tag
in
$taglist
;
do
for
tag
in
$taglist
;
do
tagopts
=
"
$tagopts
--tag
$tag
"
tagopts
=
"
$tagopts
--tag
$tag
"
done
done
relink_command
=
"(cd
`
pwd
`
;
$SHELL
$0$tagopts
--mode=relink
$libtool_args
"
relink_command
=
"(cd
`
pwd
`
;
$SHELL
$0$tagopts
--mode=relink
$libtool_args
)
"
relink_command
=
`
$echo
"X
$relink_command
"
|
$Xsed
-e
"
$sed_quote_subst
"
`
relink_command
=
`
$echo
"X
$relink_command
"
|
$Xsed
-e
"
$sed_quote_subst
"
`
# Only create the output if not a dry run.
# Only create the output if not a dry run.
...
...
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