From 2bff98d6415f6274666ab7d57faa464c1c9587ec Mon Sep 17 00:00:00 2001 From: Maneesh Soni Date: Thu, 27 Jul 2006 09:51:48 -0600 Subject: ppc64 fix compiler flags o This fixes the -m64 flag setting in configure script to avoid -m64 flags for other architectures. Signed-off-by: Maneesh Soni --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 0c1d192..5c68c1b 100755 --- a/configure +++ b/configure @@ -1428,7 +1428,7 @@ if test "${with_gamecube+set}" = set; then fi; # Check whether ppc64. Add -m64 for building 64-bit binary -if test "$ARCH"=ppc64; then +if test "$ARCH" = ppc64; then EXTRA_CFLAGS="$EXTRA_CFLAGS -m64" fi; -- cgit