Re: arm64: userland pieces (libm)

2017-01-11 Thread Theo de Raadt
> If Theo and Philip agree, I think you should just move ahead and > import new bits and obvious makefile changes straightaway. It is much > easier to have it in the tree such that we can produce diffs for any > mistakes that are made. Yeah, just start dribbling them in.

Re: arm64: userland pieces (libm)

2017-01-11 Thread Mark Kettenis
> Date: Wed, 11 Jan 2017 14:12:59 +0100 > From: Patrick Wildt > > Hi, > > I'd like to start importing the userland pieces, piece by piece. This > diff implements support for aarch64 in libm. It's based on the FreeBSD > header, modified to look and feel more like our code. >

arm64: userland pieces (libm)

2017-01-11 Thread Patrick Wildt
Hi, I'd like to start importing the userland pieces, piece by piece. This diff implements support for aarch64 in libm. It's based on the FreeBSD header, modified to look and feel more like our code. ok? Patrick diff --git a/lib/libm/Makefile b/lib/libm/Makefile index 3854bb395fe..3d063929d0a