summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-15 09:09:28 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-03-15 09:09:28 +0000
commitd8f981b972aab02d1432abe1c9cadf0507945e77 (patch)
treef6423e0d2ba1e8d057f18c0cb1b3afb3e83b8562 /configure.in
parent0d3f4a92cf4b6558f19a39d416c08db5e0b64a5f (diff)
2000-03-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 611a80f5bf..54939679bc 100644
--- a/configure.in
+++ b/configure.in
@@ -782,10 +782,9 @@ case "$target_os" in
# the main point is the '-v' flag of 'cc'.
case "`cc -v -I. -c main.c -o /tmp/main.o 2>&1`" in
*/gemc_cc*) # we have the new DEC GEM CC
- CFLAGS="$CFLAGS -frpm d -ieee"
+ CFLAGS="$CFLAGS -oldc"
;;
*) # we have the old MIPS CC
- CFLAGS="$CFLAGS -oldc"
;;
esac
# cleanup