Generalize the ARM pattern match in configure.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 17 May 2013 22:10:11 +0000 (00:10 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 17 May 2013 22:10:11 +0000 (00:10 +0200)
The previous one would only work if the 'vendor'
part of the target triple equals "unknown" which
is a bit of an arbitrary limitation.

configure.in

index 83d8fdafaed76edf5f2381f19baa8110afde8476..188b470cf5b43ad1ad29f5e447f3b5bc737e304e 100644 (file)
@@ -2677,7 +2677,7 @@ if test "x$host" != "x$target"; then
                AC_DEFINE(TARGET_X86, 1, [...])
                sizeof_register=4
                ;;
-   arm*-unknown-linux-*)
+   arm*-linux-*)
                TARGET=ARM;
                arch_target=arm;
                AC_DEFINE(TARGET_ARM, 1, [...])