Skip to content

Commit 260ecdc

Browse files
authored
Merge pull request #10148 from haskell/bootstrap-no-arch-native
regenerate bootstrap files without arch-native
2 parents 357bbf0 + aede6c4 commit 260ecdc

6 files changed

+10
-5
lines changed

bootstrap/linux-9.0.2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115",
268268
"component": "lib:hashable",
269269
"flags": [
270-
"+arch-native",
270+
"-arch-native",
271271
"+integer-gmp",
272272
"-random-initial-seed"
273273
],

bootstrap/linux-9.2.8.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115",
238238
"component": "lib:hashable",
239239
"flags": [
240-
"+arch-native",
240+
"-arch-native",
241241
"+integer-gmp",
242242
"-random-initial-seed"
243243
],

bootstrap/linux-9.4.8.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115",
228228
"component": "lib:hashable",
229229
"flags": [
230-
"+arch-native",
230+
"-arch-native",
231231
"+integer-gmp",
232232
"-random-initial-seed"
233233
],

bootstrap/linux-9.6.4.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115",
198198
"component": "lib:hashable",
199199
"flags": [
200-
"+arch-native",
200+
"-arch-native",
201201
"+integer-gmp",
202202
"-random-initial-seed"
203203
],

bootstrap/linux-9.8.2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"cabal_sha256": "82503a1ef0a625c210e118f2785c4138f8502aacbbfd4e5d987f6baffbb87115",
202202
"component": "lib:hashable",
203203
"flags": [
204-
"+arch-native",
204+
"-arch-native",
205205
"+integer-gmp",
206206
"-random-initial-seed"
207207
],

cabal.bootstrap.project

+5
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ packages:
88
tests: False
99
benchmarks: False
1010

11+
-- This project file is used to generate bootstrap plans,
12+
-- as such we cannot enable "-march=native".
13+
constraints:
14+
hashable -arch-native
15+
1116
index-state: hackage.haskell.org 2024-06-17T00:00:01Z

0 commit comments

Comments
 (0)