summaryrefslogtreecommitdiff
path: root/testsuite/tests/determinism
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-04-06 08:51:22 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-04-06 09:30:03 +0100
commit844704b4883e1d603a5048ddc6cbad737ba8d9e8 (patch)
treeb4fcdd30901e9893811affb1e9c1274b8a0f76ba /testsuite/tests/determinism
parent819c3db73acf5246cd332ad3062c61b7a2e8ee68 (diff)
downloadhaskell-844704b4883e1d603a5048ddc6cbad737ba8d9e8.tar.gz
Use non-canocalized triple as cross-compiler prefix
I've noticed the problem when tried to install cross-compiler using following configuration: $ ./configure --target=s390x-unknown-linux-gnu make install Stage1Only=YES Instead of expected tool prefix 's390x-unknown-linux-gnu-' Result was: 's390x-ibm-linux-gnu-' It's problematic as installed binaries appear in unpredictable location. The problem is caused by use of ${target} autoconf variable. ${target} contains a canocalized triplet. Luckily we already have non-canonucalized target triplet in ${TargetPlatformFull} variable. The change uses that instead. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'testsuite/tests/determinism')
0 files changed, 0 insertions, 0 deletions