mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-24 08:12:53 +00:00
target i686
This commit is contained in:
parent
97f40024d1
commit
ed0218fbf6
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
# FIXME add riscv32-linux when glibc starts supporting it
|
||||
# FIXME Determine why (and fix) 32-bit platform to x86_64-linux crosscompilers
|
||||
# are broken (build failure with static assertion on offset of __private_ss)
|
||||
%global targets aarch64-linux armv7hnl-linux i586-linux x32-linux riscv64-linux
|
||||
%global targets aarch64-linux armv7hnl-linux i686-linux x32-linux riscv64-linux
|
||||
%else
|
||||
# FIXME add riscv32-linux when glibc starts supporting it
|
||||
%global targets aarch64-linux armv7hnl-linux i586-linux x86_64-linux x32-linux riscv64-linux
|
||||
%global targets aarch64-linux armv7hnl-linux i686-linux x86_64-linux x32-linux riscv64-linux
|
||||
%endif
|
||||
%global long_targets %(
|
||||
for i in %{targets}; do
|
||||
|
|
Loading…
Add table
Reference in a new issue