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
b77e335e
Commit
b77e335e
authored
Mar 05, 2015
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Move the .object_arch check to the right place
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
dcae2e32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configure
configure
+5
-5
No files found.
configure
View file @
b77e335e
...
...
@@ -3869,11 +3869,6 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
check_as
<<
EOF
&& enable as_func
.func test
.endfunc
EOF
# llvm's integrated assembler supports .object_arch from llvm 3.5
enabled arm
&&
test
"
$objformat
"
=
elf
&&
check_as
<<
EOF
&& enable as_object_arch
.object_arch armv4
EOF
fi
...
...
@@ -3925,6 +3920,11 @@ EOF
check_as
<<
EOF
&& enable as_dn_directive
ra .dn d0.i16
.unreq ra
EOF
# llvm's integrated assembler supports .object_arch from llvm 3.5
[
"
$objformat
"
=
elf
]
&&
check_as
<<
EOF
&& enable as_object_arch
.object_arch armv4
EOF
[
$target_os
!=
win32
]
&&
enabled_all armv6t2 shared
!
pic
&&
enable_weak_pic
...
...
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