From 11df9cffbbb41743e8cd49d96fb07770701b7501 Mon Sep 17 00:00:00 2001 From: Christian Thalinger Date: Sat, 11 Oct 2008 22:32:38 +0200 Subject: [PATCH] * configure.ac: JAVA_ARCH is different for mipsel. --- configure.ac | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a9572aad2..3f0c8a457 100644 --- a/configure.ac +++ b/configure.ac @@ -67,13 +67,18 @@ m68k ) JAVA_ARCH="m68k" ;; -mips | mipsel ) +mips ) ARCH_DIR="mips" ARCH_FLAGS="-D__MIPS__" - dnl Is this correct for mipsel? JAVA_ARCH="mips" ;; +mipsel ) + ARCH_DIR="mips" + ARCH_FLAGS="-D__MIPS__" + JAVA_ARCH="mipsel" + ;; + powerpc ) ARCH_DIR="powerpc" ARCH_FLAGS="-m32 -D__POWERPC__" -- 2.25.1