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
72b4c734
Commit
72b4c734
authored
Dec 10, 2004
by
Alan Modra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/t-slibgcc-sld (SHLIB_LINK): Correct symlink.
From-SVN: r91989
parent
fdf97ad1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
gcc/ChangeLog
+5
-2
gcc/config/t-slibgcc-sld
+1
-1
No files found.
gcc/ChangeLog
View file @
72b4c734
2004
-
12
-
10
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
*
config
/
t
-
slibgcc
-
sld
(
SHLIB_LINK
):
Correct
symlink
.
2004
-
12
-
10
Uros
Bizjak
<
uros
@
kss
-
loka
.
si
>
*
config
/
i386
/
i386
.
md
(*
cmpfp_sf
):
Change
type
attribute
to
"multi"
.
*
config
/
i386
/
i386
.
md
(*
cmpfp_sf
):
Change
type
attribute
to
"multi"
.
2004
-
12
-
09
Richard
Henderson
<
rth
@
redhat
.
com
>
...
...
gcc/config/t-slibgcc-sld
View file @
72b4c734
...
...
@@ -17,7 +17,7 @@ SHLIB_LINK = $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) -shared -nodefaultlibs \
mv -f $(SHLIB_NAME) $(SHLIB_NAME).`basename $(STAGE_PREFIX)`; \
else true; fi && \
mv $(SHLIB_NAME).tmp $(SHLIB_NAME) && \
$(LN_S) $(SHLIB_
SO
NAME) $(SHLIB_SOLINK)
$(LN_S) $(SHLIB_NAME) $(SHLIB_SOLINK)
# $(slibdir) double quoted to protect it from expansion while building
# libgcc.mk. We want this delayed until actual install time.
SHLIB_INSTALL = \
...
...
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