commit | adfc3e91e2e2293ae667f606d3449b855940fe41 | [log] [tgz] |
---|---|---|
author | Stacey Son <sson@FreeBSD.org> | Sun Jun 08 09:57:22 2014 -0700 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Jun 11 00:25:06 2014 +0100 |
tree | 1b1c0f6d83b9464eaac0def4812891d5e2644036 | |
parent | 7224f66ec3c5a51bdfa96a6686efba917b289fc7 [diff] |
bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code This change adds HOST_VARIANT_DIR so the various BSD OS dependent code can be separated into its own directories rather than using #ifdef's. This may also allow an BSD variant OS to host another BSD variant's executable as a target. Signed-off-by: Sean Bruno <sbruno@freebsd.org> Message-id: 1402246651-71099-2-git-send-email-sbruno@freebsd.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>