Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
b77e335e
Commit
b77e335e
authored
10 years ago
by
Martin Storsjö
Browse files
Options
Downloads
Patches
Plain Diff
configure: Move the .object_arch check to the right place
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
dcae2e32
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+5
-5
5 additions, 5 deletions
configure
with
5 additions
and
5 deletions
configure
+
5
−
5
View file @
b77e335e
...
@@ -3869,11 +3869,6 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
...
@@ -3869,11 +3869,6 @@ if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
check_as
<<
EOF
&& enable as_func
check_as
<<
EOF
&& enable as_func
.func test
.func test
.endfunc
.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
EOF
fi
fi
...
@@ -3925,6 +3920,11 @@ EOF
...
@@ -3925,6 +3920,11 @@ EOF
check_as
<<
EOF
&& enable as_dn_directive
check_as
<<
EOF
&& enable as_dn_directive
ra .dn d0.i16
ra .dn d0.i16
.unreq ra
.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
EOF
[
$target_os
!=
win32
]
&&
enabled_all armv6t2 shared
!
pic
&&
enable_weak_pic
[
$target_os
!=
win32
]
&&
enabled_all armv6t2 shared
!
pic
&&
enable_weak_pic
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment