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
b7d95e6f
Commit
b7d95e6f
authored
24 years ago
by
John David Anglin
Committed by
Jeff Law
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.
From-SVN: r33970
parent
935fb9c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/mklibgcc.in
+2
-2
No files found.
gcc/ChangeLog
View file @
b7d95e6f
Wed
May
17
18
:
06
:
12
2000
John
David
Anglin
<
dave
@hiauly1
.
hia
.
nrc
.
ca
>
*
mklibgcc
.
in
Add
missing
-
DL
$
name
when
compiling
modules
in
libgcc1
.
c
.
*
tree
.
c
(
build_common_tree_nodes
)
:
Do
not
build
TI
nodes
unless
HOST_BITS_PER_WIDE_INT
is
>=
64
.
...
...
This diff is collapsed.
Click to expand it.
gcc/mklibgcc.in
View file @
b7d95e6f
...
...
@@ -106,9 +106,9 @@ case X"$LIBGCC1" in
echo
$out
:
$libgcc1_c_dep
if
[
-z
"@NO_MINUS_C_MINUS_O@"
]
;
then
echo
"
$oldcc_compile
"
$flags
-c
'$(srcdir)/libgcc1.c'
-o
$out
echo
"
$oldcc_compile
"
-DL
$name
$flags
-c
'$(srcdir)/libgcc1.c'
-o
$out
else
echo
"
$oldcc_compile
"
$flags
-c
'$(srcdir)/libgcc1.c'
echo
"
$oldcc_compile
"
-DL
$name
$flags
-c
'$(srcdir)/libgcc1.c'
echo
" mv libgcc1
${
objext
}
$out
"
fi
...
...
This diff is collapsed.
Click to expand it.
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