Revert "Fix cross-compile"
authorDavid Goulet <dgoulet@efficios.com>
Wed, 7 Nov 2012 20:32:13 +0000 (15:32 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 7 Nov 2012 20:32:31 +0000 (15:32 -0500)
This reverts commit 5692e22beeb7119d68055d6450b924972b5f20d0.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
configure.ac

index 49d324ecdf66af5f6c26d512e0daf1876474ee4b..a3120fc041568bc37ea919d708fec8c46ab86a74 100644 (file)
@@ -313,7 +313,7 @@ AS_ECHO("$version_description")
 AS_ECHO()
 
 # Target architecture we're building for
-target_arch=$target_cpu
+target_arch=$host_cpu
 [
 for f in $CFLAGS; do
         if test $f = "-m32"; then
This page took 0.025472 seconds and 4 git commands to generate.