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
c7d13c76
Commit
c7d13c76
authored
Sep 23, 1996
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More LANG_LIB2FUNCS.
From-SVN: r12780
parent
abe03962
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
gcc/Makefile.in
+2
-1
No files found.
gcc/Makefile.in
View file @
c7d13c76
...
@@ -985,7 +985,8 @@ stamp-mlib: $(srcdir)/genmultilib Makefile
...
@@ -985,7 +985,8 @@ stamp-mlib: $(srcdir)/genmultilib Makefile
# Build multiple copies of libgcc.a, one for each target switch.
# Build multiple copies of libgcc.a, one for each target switch.
stmp-multilib
:
$(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H)
\
stmp-multilib
:
$(LIBGCC1) libgcc2.c libgcc2.ready $(CONFIG_H)
\
$(LIB2FUNCS_EXTRA) machmode.h longlong.h gbl-ctors.h config.status
$(LIB2FUNCS_EXTRA) $(LANG_LIB2FUNCS) machmode.h longlong.h gbl-ctors.h
\
config.status
for
i
in
`
$(GCC_FOR_TARGET)
--print-multi-lib
`
;
do
\
for
i
in
`
$(GCC_FOR_TARGET)
--print-multi-lib
`
;
do
\
dir
=
`
echo
$$
i | sed
-e
's/;.*$$//'
`
;
\
dir
=
`
echo
$$
i | sed
-e
's/;.*$$//'
`
;
\
flags
=
`
echo
$$
i | sed
-e
's/^[^;]*;//'
-e
's/@/ -/g'
`
;
\
flags
=
`
echo
$$
i | sed
-e
's/^[^;]*;//'
-e
's/@/ -/g'
`
;
\
...
...
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