Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
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
Linshizhi
ffmpeg.wasm-core
Commits
9dc79b29
Commit
9dc79b29
authored
Oct 06, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Drop support for legacy PGI compiler
parent
0af8a721
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
configure
configure
+0
-19
No files found.
configure
View file @
9dc79b29
...
...
@@ -3172,17 +3172,6 @@ icl_flags(){
done
}
pgi_flags
(){
for
flag
;
do
case
$flag
in
-flto
)
echo
-Mipa
=
fast,libopt,libinline,vestigial
;;
-fomit-frame-pointer
)
echo
-Mnoframe
;;
-g
)
echo
-gopt
;;
*
)
echo
$flag
;;
esac
done
}
suncc_flags
(){
for
flag
;
do
case
$flag
in
...
...
@@ -3305,14 +3294,6 @@ probe_cc(){
_cflags_speed
=
'-O2'
_cflags_size
=
'-Os'
_flags_filter
=
'filter_out -Wdisabled-optimization|-Wtype-limits|-fno-signed-zeros'
elif
$_cc
-V
2>&1 |
grep
-q
Portland
;
then
_type
=
pgi
_ident
=
"PGI
$(
$_cc
-V
2>&1 |
awk
'/^pgcc/ { print $2; exit }'
)
"
opt_common
=
'-alias=ansi -Mdse -Mlre -Mpre'
_cflags_speed
=
"-O3 -Mautoinline -Munroll=c:4
$opt_common
"
_cflags_size
=
"-O2 -Munroll=c:1
$opt_common
"
_cflags_noopt
=
"-O1"
_flags_filter
=
pgi_flags
elif
$_cc
2>&1 |
grep
-q
'Microsoft.*ARM.*Assembler'
;
then
_type
=
armasm
_ident
=
$(
$_cc
|
head
-n1
)
...
...
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