mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-02 20:42:29 +03:00
build-many-glibcs.py: add OpenRISC support
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -335,6 +335,10 @@ class Context(object):
|
||||
'ccopts': '-mabi=64'}])
|
||||
self.add_config(arch='nios2',
|
||||
os_name='linux-gnu')
|
||||
self.add_config(arch='or1k',
|
||||
os_name='linux-gnu',
|
||||
variant='soft',
|
||||
gcc_cfg=['--with-multilib-list=mcmov'])
|
||||
self.add_config(arch='powerpc',
|
||||
os_name='linux-gnu',
|
||||
gcc_cfg=['--disable-multilib', '--enable-secureplt'],
|
||||
@ -1271,6 +1275,7 @@ def install_linux_headers(policy, cmdlist):
|
||||
'microblaze': 'microblaze',
|
||||
'mips': 'mips',
|
||||
'nios2': 'nios2',
|
||||
'or1k': 'openrisc',
|
||||
'powerpc': 'powerpc',
|
||||
's390': 's390',
|
||||
'riscv32': 'riscv',
|
||||
|
Reference in New Issue
Block a user