Sign in
vanadium
/
third_party
/
dbb5fe0fc1b7633094059a8df820d007f613755e
/
.
/
csrc
/
crosstool-ng-1.19.0
/
scripts
/
build
/
arch
/
s390.sh
blob: b4b8078c922968626685b3c98a84ba2c7ea75a48 [
file
] [
log
] [
blame
]
# Compute s390-specific values
CT_DoArchTupleValues
()
{
# That's the only thing to override
if
[
"${CT_ARCH_64}"
=
"y"
];
then
CT_TARGET_ARCH
=
"s390x${CT_ARCH_SUFFIX}"
fi
}