diff --git a/bootstrap/linux-9.0.2.json b/bootstrap/linux-9.0.2.json index 0747a5434cc..606b65148e4 100644 --- a/bootstrap/linux-9.0.2.json +++ b/bootstrap/linux-9.0.2.json @@ -267,7 +267,7 @@ "cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115", "component": "lib:hashable", "flags": [ - "+arch-native", + "-arch-native", "+integer-gmp", "-random-initial-seed" ], diff --git a/bootstrap/linux-9.2.8.json b/bootstrap/linux-9.2.8.json index e7f3d831a29..9dbf5356fee 100644 --- a/bootstrap/linux-9.2.8.json +++ b/bootstrap/linux-9.2.8.json @@ -237,7 +237,7 @@ "cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115", "component": "lib:hashable", "flags": [ - "+arch-native", + "-arch-native", "+integer-gmp", "-random-initial-seed" ], diff --git a/bootstrap/linux-9.4.8.json b/bootstrap/linux-9.4.8.json index f4aded4aa94..9fbf518493b 100644 --- a/bootstrap/linux-9.4.8.json +++ b/bootstrap/linux-9.4.8.json @@ -227,7 +227,7 @@ "cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115", "component": "lib:hashable", "flags": [ - "+arch-native", + "-arch-native", "+integer-gmp", "-random-initial-seed" ], diff --git a/bootstrap/linux-9.6.4.json b/bootstrap/linux-9.6.4.json index 2146e1def34..8f2b85dcc92 100644 --- a/bootstrap/linux-9.6.4.json +++ b/bootstrap/linux-9.6.4.json @@ -197,7 +197,7 @@ "cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115", "component": "lib:hashable", "flags": [ - "+arch-native", + "-arch-native", "+integer-gmp", "-random-initial-seed" ], diff --git a/bootstrap/linux-9.8.2.json b/bootstrap/linux-9.8.2.json index 613b5f40def..1df9f779582 100644 --- a/bootstrap/linux-9.8.2.json +++ b/bootstrap/linux-9.8.2.json @@ -201,7 +201,7 @@ "cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115", "component": "lib:hashable", "flags": [ - "+arch-native", + "-arch-native", "+integer-gmp", "-random-initial-seed" ], diff --git a/cabal.bootstrap.project b/cabal.bootstrap.project index e90887b60c0..a84cf7ae48b 100644 --- a/cabal.bootstrap.project +++ b/cabal.bootstrap.project @@ -8,4 +8,9 @@ packages: tests: False benchmarks: False +-- This project file is used to generate bootstrap plans, +-- as such we cannot enable "-march=native". +constraints: + hashable -arch-native + index-state: hackage.haskell.org 2024-06-17T00:00:01Z