Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
132422d9
Commit
132422d9
authored
May 13, 2013
by
Martin Storsjo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an option for building for arm in thumb mode
Change-Id: I5a46645064c2fe1c13287cf06c3244820b4e699e
parent
644587cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
build/make/configure.sh
build/make/configure.sh
+6
-0
configure
configure
+1
-0
No files found.
build/make/configure.sh
View file @
132422d9
...
@@ -88,6 +88,7 @@ Build options:
...
@@ -88,6 +88,7 @@ Build options:
${
toggle_debug
}
enable/disable debug mode
${
toggle_debug
}
enable/disable debug mode
${
toggle_gprof
}
enable/disable gprof profiling instrumentation
${
toggle_gprof
}
enable/disable gprof profiling instrumentation
${
toggle_gcov
}
enable/disable gcov coverage instrumentation
${
toggle_gcov
}
enable/disable gcov coverage instrumentation
${
toggle_thumb
}
enable/disable building arm assembly in thumb mode
Install options:
Install options:
${
toggle_install_docs
}
control whether docs are installed
${
toggle_install_docs
}
control whether docs are installed
...
@@ -819,6 +820,11 @@ EOF
...
@@ -819,6 +820,11 @@ EOF
enabled debug
&&
add_asflags
-g
enabled debug
&&
add_asflags
-g
asm_conversion_cmd
=
"
${
source_path
}
/build/make/ads2gas.pl"
asm_conversion_cmd
=
"
${
source_path
}
/build/make/ads2gas.pl"
if
enabled thumb
;
then
asm_conversion_cmd
=
"
$asm_conversion_cmd
-thumb"
check_add_cflags
-mthumb
check_add_asflags
-mthumb
-mimplicit-it
=
always
fi
;;
;;
rvct
)
rvct
)
CC
=
armcc
CC
=
armcc
...
...
configure
View file @
132422d9
...
@@ -317,6 +317,7 @@ CMDLINE_SELECT="
...
@@ -317,6 +317,7 @@ CMDLINE_SELECT="
optimizations
optimizations
ccache
ccache
runtime_cpu_detect
runtime_cpu_detect
thumb
libs
libs
examples
examples
...
...
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