From 8f89a070b368b80380d863f7aea376b98cc75e09 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 18 Feb 2022 19:10:17 +0000 Subject: [PATCH] lang/php*: remove support for 11 on powerpc64 --- lang/php74/Makefile | 1 - lang/php80/Makefile | 1 - lang/php81/Makefile | 1 - 3 files changed, 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