svn commit: r334128 - in head: . lib/libpmcstat lib/libpmcstat/pmu-events lib/libpmcstat/pmu-events/arch lib/libpmcstat/pmu-events/arch/arm64 lib/libpmcstat/pmu-events/arch/arm64/arm lib/libpmcstat...

Sergey Kandaurov pluknet at gmail.com
Thu May 24 09:35:11 UTC 2018


On 24 May 2018 at 07:30, Matt Macy <mmacy at freebsd.org> wrote:

> Author: mmacy
> Date: Thu May 24 04:30:06 2018
> New Revision: 334128
> URL: https://svnweb.freebsd.org/changeset/base/334128
>
> Log:
>   libpmcstat: compile in events based on json description
> [...]
>
> Modified: head/Makefile
> ============================================================
> ==================
> --- head/Makefile       Thu May 24 03:44:12 2018        (r334127)
> +++ head/Makefile       Thu May 24 04:30:06 2018        (r334128)
> @@ -481,7 +481,8 @@ worlds: .PHONY
>  # existing system is.
>  #
>  .if make(universe) || make(universe_kernels) || make(tinderbox) ||
> make(targets)
> -TARGETS?=amd64 arm arm64 i386 mips powerpc riscv sparc64
> +TARGETS?=amd64 i386 powerpc arm64
> +#riscv arm  sparc64 mips
>  _UNIVERSE_TARGETS=     ${TARGETS}
>  TARGET_ARCHES_arm?=    arm armeb armv6 armv7
>  TARGET_ARCHES_arm64?=  aarch64
>

Why? Looks like a debug leftover.

-- 
wbr,
pluknet


More information about the svn-src-all mailing list