This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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',


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]