mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix syntax error in build-many-glibcs.py.
The recent SPARC changes caused a syntax error: 'ccopts': '-m32 -mlong-double-128 -mcpu=v9'}], ^ SyntaxError: invalid syntax Fixed by this patch.
This commit is contained in:
@ -359,7 +359,7 @@ class Context(object):
|
||||
os_name='linux-gnu',
|
||||
glibcs=[{},
|
||||
{'arch': 'sparcv8',
|
||||
'ccopts': '-m32 -mlong-double-128 -mcpu=leon3'}],
|
||||
'ccopts': '-m32 -mlong-double-128 -mcpu=leon3'},
|
||||
{'arch': 'sparcv9',
|
||||
'ccopts': '-m32 -mlong-double-128 -mcpu=v9'}],
|
||||
extra_glibcs=[{'variant': 'disable-multi-arch',
|
||||
|
Reference in New Issue
Block a user