mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
build-many-glibcs.py: Add glibcs-arm-linux-gnueabihf-thumb
Previously, there was no thumb variant, despite that building glibc in Thumb-2 mode is supported.
This commit is contained in:
parent
508ee037a3
commit
1e5235c561
@ -188,6 +188,9 @@ class Context(object):
|
||||
gcc_cfg=['--with-float=hard', '--with-cpu=arm926ej-s'],
|
||||
extra_glibcs=[{'variant': 'v7a',
|
||||
'ccopts': '-march=armv7-a -mfpu=vfpv3'},
|
||||
{'variant': 'thumb',
|
||||
'ccopts':
|
||||
'-mthumb -march=armv7-a -mfpu=vfpv3'},
|
||||
{'variant': 'v7a-disable-multi-arch',
|
||||
'ccopts': '-march=armv7-a -mfpu=vfpv3',
|
||||
'cfg': ['--disable-multi-arch']}])
|
||||
|
Loading…
Reference in New Issue
Block a user