From 1425da2d2f4871aa078aca769d98ebeaa8772f99 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 7 Feb 2020 09:49:26 +0000 Subject: lang/php7?: enable DTRACE on powerpc, powerpc64 Tested to work now. --- lang/php72/Makefile | 1 - lang/php73/Makefile | 2 -- lang/php74/Makefile | 2 -- 3 files changed, 5 deletions(-) diff --git a/lang/php72/Makefile b/lang/php72/Makefile index ad65573933e6..cd7bec110b10 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -40,7 +40,6 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRACE OPTIONS_EXCLUDE_DragonFly= DTRACE # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE diff --git a/lang/php73/Makefile b/lang/php73/Makefile index a90f97ec73ad..6c513165d7d1 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -41,8 +41,6 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRACE OPTIONS_EXCLUDE_DragonFly= DTRACE # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE -OPTIONS_EXCLUDE_powerpc= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE diff --git a/lang/php74/Makefile b/lang/php74/Makefile index a74861559446..ddbb5250b52b 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -39,8 +39,6 @@ OPTIONS_DEFAULT=CLI CGI FPM EMBED MYSQLND LINKTHR DTRACE OPTIONS_EXCLUDE_DragonFly= DTRACE # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE -OPTIONS_EXCLUDE_powerpc= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE -- cgit v1.2.3