[systemd-devel] [gummiboot][PATCH 3/5] configure: add AARCH64 support
David Herrmann
dh.herrmann at gmail.com
Sat Apr 11 02:50:47 PDT 2015
Hi
On Sat, Apr 11, 2015 at 10:23 AM, Koen Kooi <koen.kooi at linaro.org> wrote:
> This is just plumbing to add ARCH_AARCH64 for makefile tests and
> defining the machine name.
>
> Signed-off-by: Koen Kooi <koen.kooi at linaro.org>
> ---
> configure.ac | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 27bbe1d..c2077b1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -51,6 +51,7 @@ dnl Define ARCH_<NAME> conditionals
> SET_ARCH(IA32, i*86*)
> SET_ARCH(X86_64, x86_64*)
> SET_ARCH(IA64, ia64*)
> +SET_ARCH(AARCH64, aarch64*)
>
> ARCH=`echo $host | sed "s/\(-\).*$//"`
>
> @@ -61,6 +62,9 @@ AM_COND_IF(ARCH_IA32, [
> AM_COND_IF(ARCH_X86_64, [
> MACHINE_TYPE_NAME=x64])
>
> +AM_COND_IF(ARCH_AARCH64, [
> + MACHINE_TYPE_NAME=aa64])
> +
This is "EFI_MACHINE_TYPE_NAME" in -git. Fixed and applied!
Thanks
David
> AC_SUBST([ARCH])
> AC_SUBST([MACHINE_TYPE_NAME])
>
> --
> 2.0.1
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list