Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OE
Qt Creator Example Projects
Commits
bdaec2f1
Commit
bdaec2f1
authored
Jun 25, 2020
by
Michael Gloff
Browse files
Change arm -march to armv5te
Signed-off-by:
Michael Gloff
<
mgloff@emacinc.com
>
parent
6425b1b6
Pipeline
#59
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
toolchain.armv5e.cmake
View file @
bdaec2f1
...
...
@@ -22,8 +22,8 @@ SET(CMAKE_FIND_ROOT_PATH_PROGRAM NEVER)
SET
(
CMAKE_FIND_ROOT_PATH_LIBRARY ONLY
)
SET
(
CMAKE_FIND_ROOT_PATH_INCLUDE ONLY
)
SET
(
CMAKE_C_FLAGS
" -march=armv5e -marm -mthumb-interwork -pipe -feliminate-unused-debug-types -Wall -MMD --sysroot=
${
CMAKE_FIND_ROOT_PATH
}
"
CACHE STRING
"C FLAGS"
FORCE
)
SET
(
CMAKE_CXX_FLAGS
" -march=armv5e -marm -mthumb-interwork -pipe -feliminate-unused-debug-types -fpermissive -Wall -MMD --sysroot=
${
CMAKE_FIND_ROOT_PATH
}
"
CACHE STRING
"CXX FLAGS"
FORCE
)
SET
(
CMAKE_C_FLAGS
" -march=armv5
t
e -marm -mthumb-interwork -pipe -feliminate-unused-debug-types -Wall -MMD --sysroot=
${
CMAKE_FIND_ROOT_PATH
}
"
CACHE STRING
"C FLAGS"
FORCE
)
SET
(
CMAKE_CXX_FLAGS
" -march=armv5
t
e -marm -mthumb-interwork -pipe -feliminate-unused-debug-types -fpermissive -Wall -MMD --sysroot=
${
CMAKE_FIND_ROOT_PATH
}
"
CACHE STRING
"CXX FLAGS"
FORCE
)
SET
(
CMAKE_C_FLAGS_DEBUG
"-O0 -g
${
CMAKE_C_FLAGS
}
"
CACHE STRING
"C FLAGS DEBUG"
FORCE
)
SET
(
CMAKE_C_FLAGS_RELEASE
"-O2 -s
${
CMAKE_C_FLAGS
}
"
CACHE STRING
"C FLAGS REL"
FORCE
)
SET
(
CMAKE_C_FLAGS_MINSIZEREL
"-O3 -s
${
CMAKE_C_FLAGS
}
"
CACHE STRING
"C FLAGS MIN"
FORCE
)
...
...
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