public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/master-posix_clock] build-many-glibcs.py: Add v4t variant for arm-linux-gnueabi
@ 2019-07-02 17:26 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2019-07-02 17:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=72edea80c1bb402f41d8bca58c835abf46dadd48

commit 72edea80c1bb402f41d8bca58c835abf46dadd48
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Jul 2 13:14:58 2019 +0200

    build-many-glibcs.py: Add v4t variant for arm-linux-gnueabi

Diff:
---
 ChangeLog                    | 5 +++++
 scripts/build-many-glibcs.py | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 92edddb..0c7bdd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-07-01  Florian Weimer  <fweimer@redhat.com>
+
+	* scripts/build-many-glibcs.py (Context.add_all_configs): Add v4t
+	variant for arm-linux-gnueabi.
+
 2019-07-01  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #24259]
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index c5821df..dacd116 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -158,7 +158,9 @@ class Context(object):
         self.add_config(arch='alpha',
                         os_name='linux-gnu')
         self.add_config(arch='arm',
-                        os_name='linux-gnueabi')
+                        os_name='linux-gnueabi',
+                        extra_glibcs=[{'variant': 'v4t',
+                                       'ccopts': '-march=armv4t'}])
         self.add_config(arch='armeb',
                         os_name='linux-gnueabi')
         self.add_config(arch='armeb',


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

only message in thread, other threads:[~2019-07-02 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 17:26 [glibc/azanella/master-posix_clock] build-many-glibcs.py: Add v4t variant for arm-linux-gnueabi Adhemerval Zanella

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