Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/conf/kern.mk 217033 2011-01-05 22:24:33Z dim $
---
> # $FreeBSD: head/sys/conf/kern.mk 218824 2011-02-18 21:44:53Z nwhitehorn $
84a85,91
> # Use dot symbols on powerpc64 to make ddb happy
> #
> .if ${MACHINE_ARCH} == "powerpc64"
> CFLAGS+= -mcall-aixdesc
> .endif
>
> #