From d2ab3e372bc79054df5ded9b200c9729e4488208 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 15 Oct 2004 02:26:15 +0000 Subject: configure.ac: Add .machine power4 directive when testing for mfcr field. * configure.ac: Add .machine power4 directive when testing for mfcr field. * configure: Regenerate. From-SVN: r89076 --- gcc/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/configure.ac') diff --git a/gcc/configure.ac b/gcc/configure.ac index 739d959..e75b1bc 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -2697,7 +2697,8 @@ foo: nop mfcr 3,128';; *-*-darwin*) conftest_s=' .text mfcr r3,128';; - *) conftest_s=' .text + *) conftest_s=' .machine power4 + .text mfcr 3,128';; esac -- cgit v1.1