public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/vineet/arc-glibc-2.30-time_t-32-bit] build-many-glibcs.py: Enable ARC hard float builds
@ 2020-07-16 21:51 Vineet Gupta
  0 siblings, 0 replies; only message in thread
From: Vineet Gupta @ 2020-07-16 21:51 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7e24cffdd7bd8455140a66584a6cf9bd1152d945

commit 7e24cffdd7bd8455140a66584a6cf9bd1152d945
Author: Vineet Gupta <vgupta@synopsys.com>
Date:   Thu Nov 7 15:24:05 2019 -0800

    build-many-glibcs.py: Enable ARC hard float builds
    
    Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

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 ff041f5474..80b4fda889 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -158,6 +158,9 @@ class Context(object):
         self.add_config(arch='arc',
                         os_name='linux-gnu',
                         gcc_cfg=['--disable-multilib', '--with-cpu=hs38'])
+        self.add_config(arch='arc',
+                        os_name='linux-gnuhf',
+                        gcc_cfg=['--disable-multilib', '--with-cpu=hs38_linux'])
         self.add_config(arch='alpha',
                         os_name='linux-gnu')
         self.add_config(arch='arm',


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

only message in thread, other threads:[~2020-07-16 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 21:51 [glibc/vineet/arc-glibc-2.30-time_t-32-bit] build-many-glibcs.py: Enable ARC hard float builds Vineet Gupta

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