diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-10-02 09:11:48 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-10-30 13:03:59 -0300 |
commit | bb2ff12abd1ee7945957c6fb6f4c9ee091e446ce (patch) | |
tree | c4aad631643c3cf62ba98e22415ad786ef20593d /scripts | |
parent | 1e6ecd21e8a214a6848c8dd6c070c5d97dac7e31 (diff) | |
download | glibc-bb2ff12abd1ee7945957c6fb6f4c9ee091e446ce.zip glibc-bb2ff12abd1ee7945957c6fb6f4c9ee091e446ce.tar.gz glibc-bb2ff12abd1ee7945957c6fb6f4c9ee091e446ce.tar.bz2 |
sparc: Remove optimize md5, sha256, and sha512
The libcrypt was maked to be phase out on 2.38, and a better project
already exist that provide both compatibility and better API
(libxcrypt). The sparc optimizations add the burden to extra
build-many-glibcs.py configurations.
Checked on sparc64 and sparcv9.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-many-glibcs.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 18b73d7..109b2c3 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -451,9 +451,7 @@ class Context(object): {'variant': 'disable-multi-arch', 'arch': 'sparcv9', 'ccopts': '-m32 -mlong-double-128 -mcpu=v9', - 'cfg': ['--disable-multi-arch']}, - {'variant': 'enable-crypt', - 'cfg': ['--enable-crypt']}]) + 'cfg': ['--disable-multi-arch']}]) self.add_config(arch='x86_64', os_name='linux-gnu', gcc_cfg=['--with-multilib-list=m64,m32,mx32'], |