aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-10-20 23:45:37 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-10-20 23:45:37 +0000
commitf644cebf003c3dade9b0b583facc5c8d50a025f3 (patch)
tree2cf4c35a3b2852b19528f70e51daee087a064c26 /gcc/configure
parent872a65b54c56b3d98a318a37823db3853722bac3 (diff)
downloadgcc-f644cebf003c3dade9b0b583facc5c8d50a025f3.zip
gcc-f644cebf003c3dade9b0b583facc5c8d50a025f3.tar.gz
gcc-f644cebf003c3dade9b0b583facc5c8d50a025f3.tar.bz2
Revert previous patch see http://gcc.gnu.org/ml/gcc/2004-10/msg00805.html
From-SVN: r89350
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure33
1 files changed, 1 insertions, 32 deletions
diff --git a/gcc/configure b/gcc/configure
index 402585e..bcd1fd1 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -14434,38 +14434,7 @@ fi
case $target in
*-*-aix*) conftest_s=' .csect .text[PR]
mfcr 3,128';;
- *-*-darwin*)
- echo "$as_me:$LINENO: checking assembler for .machine directive support" >&5
-echo $ECHO_N "checking assembler for .machine directive support... $ECHO_C" >&6
-if test "${gcc_cv_as_machine_directive+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
-else
- gcc_cv_as_machine_directive=no
- if test x$gcc_cv_as != x; then
- echo ' .machine ppc7400' > conftest.s
- if { ac_try='$gcc_cv_as -o conftest.o conftest.s >&5'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }
- then
- gcc_cv_as_machine_directive=yes
- else
- echo "configure: failed program was" >&5
- cat conftest.s >&5
- fi
- rm -f conftest.o conftest.s
- fi
-fi
-echo "$as_me:$LINENO: result: $gcc_cv_as_machine_directive" >&5
-echo "${ECHO_T}$gcc_cv_as_machine_directive" >&6
-
- if test x$gcc_cv_as_machine_directive != xyes; then
- echo "*** This target requires an assembler supporting \".machine\"" >&2
- exit 1
- fi
- conftest_s=' .text
+ *-*-darwin*) conftest_s=' .text
mfcr r3,128';;
*) conftest_s=' .machine power4
.text