public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumb
@ 2021-07-09  9:06 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2021-07-09  9:06 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1e5235c5618b60fb196afb292ea88578577e8bc5

commit 1e5235c5618b60fb196afb292ea88578577e8bc5
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Jul 9 10:59:22 2021 +0200

    build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumb
    
    Previously, there was no thumb variant, despite that building
    glibc in Thumb-2 mode is supported.

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

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 243323b1ce..6643bb6e92 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -188,6 +188,9 @@ class Context(object):
                         gcc_cfg=['--with-float=hard', '--with-cpu=arm926ej-s'],
                         extra_glibcs=[{'variant': 'v7a',
                                        'ccopts': '-march=armv7-a -mfpu=vfpv3'},
+                                      {'variant': 'thumb',
+                                       'ccopts':
+                                       '-mthumb -march=armv7-a -mfpu=vfpv3'},
                                       {'variant': 'v7a-disable-multi-arch',
                                        'ccopts': '-march=armv7-a -mfpu=vfpv3',
                                        'cfg': ['--disable-multi-arch']}])


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-09  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09  9:06 [glibc] build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumb Florian Weimer

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).