all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [patch] add arm*-*-freebsd* to configure.in
@ 2008-02-07 21:14 Matthew Luckie
  0 siblings, 0 replies; only message in thread
From: Matthew Luckie @ 2008-02-07 21:14 UTC (permalink / raw)
  To: bug-gnu-emacs

FreeBSD arm
Emacs doesn't build on it
See the patch below

--- configure.in.orig   Fri Feb  8 09:33:01 2008
+++ configure.in        Fri Feb  8 09:33:40 2008
@@ -241,6 +241,7 @@
      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 ;;




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-07 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07 21:14 [patch] add arm*-*-freebsd* to configure.in Matthew Luckie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.