diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-18 19:10:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-02-18 19:10:17 +0000 |
commit | 8f89a070b368b80380d863f7aea376b98cc75e09 (patch) | |
tree | 9d067fecdd95ca0ed513780e31ff6ce46f58fe98 | |
parent | 03d714e770b62e0c53e5b6a7525e1964d1f66701 (diff) |
lang/php*: remove support for 11 on powerpc64
-rw-r--r-- | lang/php74/Makefile | 1 | ||||
-rw-r--r-- | lang/php80/Makefile | 1 | ||||
-rw-r--r-- | lang/php81/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 844391f2b287..35a651f69175 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -50,7 +50,6 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 0c20d67563ce..4443865355dd 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -50,7 +50,6 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE diff --git a/lang/php81/Makefile b/lang/php81/Makefile index d60709bedd16..b8d690b1e283 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -52,7 +52,6 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE |