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: use mcpu=hs38
@ 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=4fe4489b0e6006045e84b290b052fea36235752b

commit 4fe4489b0e6006045e84b290b052fea36235752b
Author: Vineet Gupta <vgupta@synopsys.com>
Date:   Thu Oct 31 16:58:54 2019 -0700

    build-many-glibcs.py: use mcpu=hs38
    
    Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

Diff:
---
 scripts/build-many-glibcs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 9d3f22e2cc..ff041f5474 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -157,7 +157,7 @@ class Context(object):
                         os_name='linux-gnu')
         self.add_config(arch='arc',
                         os_name='linux-gnu',
-                        gcc_cfg=['--disable-multilib', '--with-cpu=archs'])
+                        gcc_cfg=['--disable-multilib', '--with-cpu=hs38'])
         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: use mcpu=hs38 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).