From: Richard M. Stallman Date: Sun, 10 Feb 2008 00:26:01 +0000 (+0000) Subject: (arm*-*-freebsd*): Added. X-Git-Tag: emacs-pretest-22.1.91~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=372a33850729815df4cc290b2f3ba2b4f23b9e1d;p=emacs.git (arm*-*-freebsd*): Added. --- diff --git a/ChangeLog b/ChangeLog index a13ebe96c29..1aadc04c7ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-10 Matthew Luckie (tiny change) + + * configure.in (arm*-*-freebsd*): Added. + 2008-01-23 Dan Nicolaescu * configure.in (xtensa): Match more configurations. diff --git a/configure.in b/configure.in index fc2a624487d..99fa531ef28 100644 --- a/configure.in +++ b/configure.in @@ -241,6 +241,7 @@ case "${canonical}" in opsys=freebsd case "${canonical}" in alpha*-*-freebsd*) machine=alpha ;; + arm*-*-freebsd*) machine=arm ;; ia64-*-freebsd*) machine=ia64 ;; sparc64-*-freebsd*) machine=sparc ;; powerpc-*-freebsd*) machine=macppc ;;