Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310093 Details for
Bug 413545
default confgcc for armv7m should include " --with-mode=thumb"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
toolchain_eclass-default-to-thumb-mode-for-armv7m.patch
toolchain_eclass-default-to-thumb-mode-for-armv7m.patch (text/plain), 485 bytes, created by
Christopher Friedt
on 2012-04-25 17:07:57 UTC
(
hide
)
Description:
toolchain_eclass-default-to-thumb-mode-for-armv7m.patch
Filename:
MIME Type:
Creator:
Christopher Friedt
Created:
2012-04-25 17:07:57 UTC
Size:
485 bytes
patch
obsolete
>--- toolchain.eclass_orig 2012-04-25 11:34:00.709885446 -0400 >+++ toolchain.eclass 2012-04-25 11:34:57.679884903 -0400 >@@ -963,6 +963,7 @@ > # Only do this if arm_arch is armv* > if [[ ${arm_arch} == armv* ]] ; then > # Convert armv7{a,r,m} to armv7-{a,r,m} >+ [[ ${arm_arch} == armv7m? ]] && confgcc+= " --with-mode=thumb" > [[ ${arm_arch} == armv7? ]] && arm_arch=${arm_arch/7/7-} > # Remove endian ('l' / 'eb') > [[ ${arm_arch} == *l ]] && arm_arch=${arm_arch%l}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 413545
:
310093
|
310115