Skip to content
Snippets Groups Projects
Commit f51989b8c487 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Remove software build rules for ppc64


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent b2732e96e095
No related branches found
No related tags found
2 merge requests!55Intermediate build after shift of stable series,!54GitLab 14.4
......@@ -53,8 +53,6 @@
patch source: 'ncurses-5.9-gcc-5.patch', plevel: 1, env: env
end
patch source: 'v5.9.ppc64le-configure.patch', plevel: 1 if version == '5.9' && ppc64le?
update_config_guess
configure_command = [
......
......@@ -47,9 +47,7 @@
'shared',
]
prefix = if linux? && ppc64?
'./Configure linux-ppc64'
elsif linux? && s390x?
prefix = if linux? && s390x?
# With gcc > 4.3 on s390x there is an error building
# with inline asm enabled
'./Configure linux64-s390x -DOPENSSL_NO_INLINE_ASM'
......
......@@ -34,8 +34,6 @@
update_config_guess
patch source: 'v1.7.10.1.ppc64le-configure.patch', plevel: 1 if version == '1.7.10.1' && (ppc64? || ppc64le?)
# --disable-nls => Disable localization support.
command './configure' \
" --prefix=#{install_dir}/embedded" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment