aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a13ebe96c2..1aadc04c7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-10 Matthew Luckie <[email protected]> (tiny change)
+
+ * configure.in (arm*-*-freebsd*): Added.
+
2008-01-23 Dan Nicolaescu <[email protected]>
* configure.in (xtensa): Match more configurations.
diff --git a/configure.in b/configure.in
index fc2a624487..99fa531ef2 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 ;;