From f640405cd265d49f5508608d7fa490c8b83e3b40 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 3 May 2002 22:58:09 +0000 Subject: 2002-04-27 Roland McGrath * configure.in: Match $host_cpu of powerpc*, not just powerpc. Match $host_cpu of alpha* to set asm_syntax=alpha. --- configure.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9fdd7211..3603403f 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.30 2002/03/15 09:51:54 roland Exp $]) +AC_REVISION([$Id: configure.in,v 1.31 2002/05/03 22:58:09 roland Exp $]) AC_PREREQ(2.12) dnl Minimum Autoconf version required. AC_INIT(hurd/hurd_types.h) dnl A distinctive file to look for in srcdir. @@ -20,10 +20,13 @@ none) AC_MSG_ERROR([ esac case "$host_cpu" in +alpha*) + asm_syntax=alpha + ;; i?86) asm_syntax=i386 ;; -powerpc) +powerpc*) asm_syntax=ppc ;; *) -- cgit v1.2.3