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
3e0fb1a3
Commit
3e0fb1a3
authored
Nov 26, 2015
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
From-SVN: r230954
parent
a3735e01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
libgomp/configure
+1
-1
No files found.
libgomp/configure
View file @
3e0fb1a3
...
...
@@ -12953,7 +12953,7 @@ _LT_EOF
if
$NM
-V
2>&1 |
$GREP
'GNU'
>
/dev/null
;
then
export_symbols_cmds_FC
=
'$NM -Bpg $libobjs $convenience | awk '
\'
'{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'
\'
' | sort -u > $export_symbols'
else
export_symbols_cmds_FC
=
'$NM -BCpg $libobjs $convenience | awk '
\'
'{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")
) || (\$ 2 == "L"
) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'
\'
' | sort -u > $export_symbols'
export_symbols_cmds_FC
=
'$NM -BCpg $libobjs $convenience | awk '
\'
'{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")
|| (\$ 2 == "L")
) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'
\'
' | sort -u > $export_symbols'
fi
aix_use_runtimelinking
=
no
...
...
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