From 90a9cdaa9e89c7bff6cee26211e8a46c5941ba01 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Wed, 6 Sep 2006 16:31:32 +0000 Subject: [PATCH] Add support for POWER5 as found on IBM eServer OpenPower 720 (cpuinfo returns POWER5 (gr) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19720 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3ea67dfb77..3a31ebc8e9 100755 --- a/configure +++ b/configure @@ -1281,7 +1281,7 @@ EOF # gcc 4.0 and up supports POWER5 if test "$_cc_major" -ge "4"; then case "$proc" in - POWER5) _march='-mcpu=power5' _mcpu='-mtune=power5' ;; + POWER5*) _march='-mcpu=power5' _mcpu='-mtune=power5' ;; *) ;; esac fi