From 9f00bcd40fc9fa2e2d6f499f90dd40fd29ee6946 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sun, 1 Jan 2017 15:50:56 +0000 Subject: gecko: temporarily hide DTRACE option on aarch64 PR: 214556 --- www/firefox/Makefile.options | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/firefox/Makefile.options') diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 7e0813347696..ca26bd04b632 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -16,6 +16,9 @@ OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO OPTIONS_EXCLUDE+= DTRACE .endif +# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) +OPTIONS_EXCLUDE_aarch64= DTRACE + # dtrace(1) crashes during build or fails to allocate space for probe OPTIONS_EXCLUDE_FreeBSD_9= DTRACE -- cgit