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
5691c746
Commit
5691c746
authored
Oct 20, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Group toolchain parameter mangling functions together
parent
5cb62f9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
configure
configure
+22
-22
No files found.
configure
View file @
5691c746
...
...
@@ -769,12 +769,32 @@ test_cmd(){
"
$@
"
>>
$logfile
2>&1
}
cc_e
(){
eval printf
'%s\\n'
$CC_E
}
cc_o
(){
eval printf
'%s\\n'
$CC_O
}
cc_e
(){
eval printf
'%s\\n'
$CC_E
as_o
(){
eval printf
'%s\\n'
$AS_O
}
x86asm_o
(){
eval printf
'%s\\n'
$X86ASM_O
}
ld_o
(){
eval printf
'%s\\n'
$LD_O
}
hostcc_e
(){
eval printf
'%s\\n'
$HOSTCC_E
}
hostcc_o
(){
eval printf
'%s\\n'
$HOSTCC_O
}
test_cc
(){
...
...
@@ -798,10 +818,6 @@ test_cpp(){
test_cmd
$cc
$CPPFLAGS
$CFLAGS
"
$@
"
$(
cc_e
$TMPO
)
$TMPC
}
as_o
(){
eval printf
'%s\\n'
$AS_O
}
test_as
(){
log test_as
"
$@
"
cat
>
$TMPS
...
...
@@ -809,10 +825,6 @@ test_as(){
test_cmd
$as
$CPPFLAGS
$ASFLAGS
"
$@
"
$AS_C
$(
as_o
$TMPO
)
$TMPS
}
x86asm_o
(){
eval printf
'%s\\n'
$X86ASM_O
}
test_x86asm
(){
log test_x86asm
"
$@
"
echo
"
$1
"
>
$TMPASM
...
...
@@ -865,10 +877,6 @@ check_x86asm(){
test_x86asm
"
$@
"
&&
enable
$name
}
ld_o
(){
eval printf
'%s\\n'
$LD_O
}
test_ld
(){
log test_ld
"
$@
"
flags
=
$(
filter_out
'-l*'
"
$@
"
)
...
...
@@ -1193,14 +1201,6 @@ require_pkg_config(){
check_pkg_config
"
$@
"
||
die
"ERROR:
$pkg_version
not found"
}
hostcc_e
(){
eval printf
'%s\\n'
$HOSTCC_E
}
hostcc_o
(){
eval printf
'%s\\n'
$HOSTCC_O
}
test_host_cc
(){
log test_host_cc
"
$@
"
cat
>
$TMPC
...
...
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