From 8f043b64fb245bb4ce6748850f77e1ff48d97fa5 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 15 Mar 2000 09:09:28 +0000 Subject: 2000-03-15 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 2e4c5af10..f39cb17be 100644 --- a/configure +++ b/configure @@ -4941,10 +4941,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 -- cgit