```
sudo mkdir /armv7
make buildworld TARGET_ARCH=armv7
```
fails because ${LIBSRCDIR} was empty for the exists phase of parsing. If I
have /armv7 then msun fails to build. If I remove /armv7, then it works by
accident (which kinda suggests MACHINE_CPUARCH is always right)...