Add support for 64-bit SPARC as a separate architecture
commit5ae4f2eb716e29ba66516276699973a33cb69bc9
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Tue, 14 Nov 2023 07:48:14 +0000 (14 08:48 +0100)
committerMikolaj <281893+Mikolaj@users.noreply.github.com>
Sat, 18 Nov 2023 06:36:54 +0000 (18 06:36 +0000)
tree308b5dc6080dc019bc5f1c53e020eae4c77ef80b
parentb368a38696d71445a920269decc81564f8883866
Add support for 64-bit SPARC as a separate architecture

Previously, sparc64 was defined as an alias for the 32-bit SPARC
architecture which was true while SPARC mainland was mostly 32
bits. More recently, 64-bit SPARC has become a port of its own,
so it needs to be treated as a separate architecture.
Cabal-syntax/src/Distribution/System.hs
Cabal-tests/tests/UnitTests/Distribution/Utils/Structured.hs
Cabal/src/Distribution/Simple/PreProcess.hs
changelog.d/pr-9445 [new file with mode: 0644]