public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] scripts/build-many-glibcs.py: Switch one Arm target to thumb mode
@ 2021-07-07 14:01 Florian Weimer
  2021-07-07 14:07 ` Szabolcs Nagy
  2021-07-07 15:07 ` Joseph Myers
  0 siblings, 2 replies; 7+ messages in thread
From: Florian Weimer @ 2021-07-07 14:01 UTC (permalink / raw)
  To: libc-alpha

This commit changes arm-linux-gnueabihf-v7a-disable-multi-arch
to use thumb mode.  The choice is somewhat arbitrary, but there
should be at least one thumb mode target.

---
 scripts/build-many-glibcs.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 243323b1ce..6454f67c4a 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -189,7 +189,8 @@ class Context(object):
                         extra_glibcs=[{'variant': 'v7a',
                                        'ccopts': '-march=armv7-a -mfpu=vfpv3'},
                                       {'variant': 'v7a-disable-multi-arch',
-                                       'ccopts': '-march=armv7-a -mfpu=vfpv3',
+                                       'ccopts':
+                                       '-mthumb -march=armv7-a -mfpu=vfpv3',
                                        'cfg': ['--disable-multi-arch']}])
         self.add_config(arch='armeb',
                         os_name='linux-gnueabihf',


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-07-07 15:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-07 14:01 [PATCH] scripts/build-many-glibcs.py: Switch one Arm target to thumb mode Florian Weimer
2021-07-07 14:07 ` Szabolcs Nagy
2021-07-07 15:07 ` Joseph Myers
2021-07-07 15:15   ` Florian Weimer
2021-07-07 15:22     ` Joseph Myers
2021-07-07 15:48       ` Florian Weimer
2021-07-07 15:52         ` Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).