projects
/
ck.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32871e5
)
remove inappropriate -march
author
Peter Michael Green
<plugwash@raspbian.org>
Mon, 20 Jun 2022 02:10:46 +0000
(
03:10
+0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Mon, 20 Jun 2022 02:10:46 +0000
(
03:10
+0100)
Gbp-Pq: Name remove-inappropriate-march.patch
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 3610d761d8943bce694ab966949ae597b96a15c7..0ce16861665fa1d950534fd422ddb8c9a77620c6 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-506,14
+506,6
@@
case $PLATFORM in
ENVIRONMENT=64
;;
arm|armv6|armv6l|armv7|armv7l)
- case "$PLATFORM" in
- "armv6"|"armv6l")
- CFLAGS="$CFLAGS -march=armv6k";
- ;;
- "armv7"|"armv7l")
- CFLAGS="$CFLAGS -march=armv7-a";
- ;;
- esac
RTM_ENABLE="CK_MD_RTM_DISABLE"
LSE_ENABLE="CK_MD_LSE_DISABLE"
MM="${MM:-"CK_MD_RMO"}"