From 020e3d027a081053ec8dee92d1ea45b966a312d8 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Wed, 8 Apr 2009 13:14:13 +0000 Subject: [PATCH] configure.ac: Fix Linux/MIPS matching rule. 2009-04-07 Arnaud Patard * libiberty/configure.ac: Fix Linux/MIPS matching rule. * libiberty/configure: Regenerate. From-SVN: r145726 --- libiberty/ChangeLog | 5 +++++ libiberty/configure | 2 +- libiberty/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 141246a1248b..2e0a27c66aa5 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2009-04-07 Arnaud Patard + + * libiberty/configure.ac: Fix Linux/MIPS matching rule. + * libiberty/configure: Regenerate. + 2008-03-27 Ian Lance Taylor * memmem.c: New file, from gnulib. diff --git a/libiberty/configure b/libiberty/configure index 4d0aeae4e5ca..ee8fbb02a669 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -4112,7 +4112,7 @@ if [ "${shared}" = "yes" ]; then i[34567]86-*-* | x86_64-*-*) PICFLAG=-fpic ;; m68k-*-*) PICFLAG=-fpic ;; - mips*-*-linux) PICFLAG=-fPIC ;; + mips*-*-linux*) PICFLAG=-fPIC ;; powerpc*-*-aix*) ;; powerpc*-*-*) PICFLAG=-fPIC ;; sparc*-*-*) case "${CFLAGS}" in diff --git a/libiberty/configure.ac b/libiberty/configure.ac index 7d167c35a8a8..6cfe335c6872 100644 --- a/libiberty/configure.ac +++ b/libiberty/configure.ac @@ -209,7 +209,7 @@ if [[ "${shared}" = "yes" ]]; then i[[34567]]86-*-* | x86_64-*-*) PICFLAG=-fpic ;; m68k-*-*) PICFLAG=-fpic ;; - mips*-*-linux) PICFLAG=-fPIC ;; + mips*-*-linux*) PICFLAG=-fPIC ;; powerpc*-*-aix*) ;; powerpc*-*-*) PICFLAG=-fPIC ;; sparc*-*-*) case "${CFLAGS}" in -- 2.39.2