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
6cfe90e6
Commit
6cfe90e6
authored
Nov 26, 2015
by
David Edelsohn
Committed by
David Edelsohn
Nov 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure: Regenerate.
From-SVN: r230950
parent
f9520744
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libgomp/ChangeLog
+4
-0
libgomp/configure
+2
-2
No files found.
libgomp/ChangeLog
View file @
6cfe90e6
2015-11-26 David Edelsohn <dje.gcc@gmail.com>
* configure: Regenerate.
2015-11-26 Jakub Jelinek <jakub@redhat.com>
* testsuite/libgomp.c/target-35.c: New test.
...
...
libgomp/configure
View file @
6cfe90e6
...
...
@@ -9093,7 +9093,7 @@ _LT_EOF
if
$NM
-V
2>&1 |
$GREP
'GNU'
>
/dev/null
;
then
export_symbols_cmds
=
'$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
=
'$NM -BCpg $libobjs $convenience | awk '
\'
'{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'
\'
' | sort -u > $export_symbols'
export_symbols_cmds
=
'$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
...
...
@@ -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")) && (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