Skip to content

Commit aef6a02

Browse files
committed
Add Dogfood patches to GMP, MPC and MPFR
1 parent eeedb4c commit aef6a02

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

userland/gcc-12.2.0/gmp-6.2.1/configfsf.sub

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,8 @@ case $os in
17201720
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
17211721
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
17221722
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
1723-
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx*)
1723+
| nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* \
1724+
| dogfood*)
17241725
;;
17251726
# This one is extra strict with allowed versions
17261727
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)

userland/gcc-12.2.0/mpc-1.2.1/build-aux/config.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ case $os in
13661366
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
13671367
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
13681368
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
1369-
| nsk* | powerunix)
1369+
| nsk* | powerunix | dogfood* )
13701370
# Remember, each alternative MUST END IN *, to match a version number.
13711371
;;
13721372
qnx*)

userland/gcc-12.2.0/mpfr-4.1.0/config.sub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ case $os in
13901390
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
13911391
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
13921392
| -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \
1393-
| -midnightbsd*)
1393+
| -midnightbsd* | -dogfood* )
13941394
# Remember, each alternative MUST END IN *, to match a version number.
13951395
;;
13961396
-qnx*)

0 commit comments

Comments
 (0)