mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
build-many-glibcs.py: Add openrisc hard float glibc variant
This adds the OpenRISC hard float glibc variant to the build many script. We update the compiler for glibc to support hard-float multilibs to allow us to use a single generic compiler for all glibc variants, this requires updating the compiler name. Tested and all builds are passing. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
643d9d38d5
commit
ea73eb5f58
@ -362,8 +362,9 @@ class Context(object):
|
|||||||
gcc_cfg=['--enable-obsolete'])
|
gcc_cfg=['--enable-obsolete'])
|
||||||
self.add_config(arch='or1k',
|
self.add_config(arch='or1k',
|
||||||
os_name='linux-gnu',
|
os_name='linux-gnu',
|
||||||
variant='soft',
|
gcc_cfg=['--with-multilib-list=mcmov,mhard-float'],
|
||||||
gcc_cfg=['--with-multilib-list=mcmov'])
|
glibcs=[{'variant': 'soft'},
|
||||||
|
{'variant': 'hard', 'ccopts': '-mhard-float'}])
|
||||||
self.add_config(arch='powerpc',
|
self.add_config(arch='powerpc',
|
||||||
os_name='linux-gnu',
|
os_name='linux-gnu',
|
||||||
gcc_cfg=['--disable-multilib', '--enable-secureplt'],
|
gcc_cfg=['--disable-multilib', '--enable-secureplt'],
|
||||||
|
Loading…
Reference in New Issue
Block a user