ruby-changes:21287
From: kosaki <ko1@a...>
Date: Mon, 26 Sep 2011 09:05:57 +0900 (JST)
Subject: [ruby-changes:21287] kosaki:r33336 (trunk): * configure.in: remove a code for human68k. it's no longer
kosaki 2011-09-26 09:05:45 +0900 (Mon, 26 Sep 2011) New Revision: 33336 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33336 Log: * configure.in: remove a code for human68k. it's no longer supported since r19677. Modified files: trunk/ChangeLog trunk/configure.in Index: configure.in =================================================================== --- configure.in (revision 33335) +++ configure.in (revision 33336) @@ -991,45 +991,6 @@ ], [hpux*], [ LIBS="-lm $LIBS" ac_cv_c_inline=no], -[human*], [ ac_cv_func_getpgrp_void=yes - ac_cv_func_setitimer=no - AC_CHECK_LIB(signal, _harderr) - AC_CHECK_LIB(hmem, hmemset) - AC_CHECK_FUNCS(select) - AC_CACHE_CHECK(whether PD libc _dtos18 fail to convert big number, - rb_cv_missing__dtos18, - [AC_TRY_RUN([ -#include <stdio.h> -int -main() -{ - char buf[256]; - sprintf(buf, "%g", 1e+300); - return (strcmp (buf, "1e+300") ? 0 : 1); -} -], - rb_cv_missing__dtos18=yes, rb_cv_missing__dtos18=no, rb_cv_missing__dtos18=no)]) - if test "$rb_cv_missing__dtos18" = yes; then - AC_DEFINE(MISSING__DTOS18) - fi - AC_CACHE_CHECK(whether PD libc fconvert fail to round, - rb_cv_missing_fconvert, - [AC_TRY_RUN([ -#include <stdio.h> -#include <math.h> -int -main() -{ - char buf[256]; - sprintf(buf, "%f", log(exp(1.0))); - return (strcmp (buf, "1.000000") ? 0 : 1); -} -], - rb_cv_missing_fconvert=yes, rb_cv_missing_fconvert=no, rb_cv_missing_fconvert=no)]) - if test "$rb_cv_missing_fconvert" = yes; then - AC_DEFINE(MISSING_FCONVERT) - fi - ], [beos*|haiku*], [ ac_cv_func_link=no ac_cv_func_sched_yield=no @@ -2013,7 +1974,7 @@ # mkmf.rb's have_header() to fail if the desired resource happens to be # installed in the /usr/local tree. RUBY_APPEND_OPTION(CCDLFLAGS, -fno-common)], - [human*|bsdi*|beos*|haiku*|cygwin*|mingw*|aix*|interix*], [ ], + [bsdi*|beos*|haiku*|cygwin*|mingw*|aix*|interix*], [ ], [ RUBY_APPEND_OPTION(CCDLFLAGS, -fPIC)]) else @@ -2126,11 +2087,6 @@ : ${LIBPATHENV=SHLIB_PATH} RPATHFLAG=" ${linker_flag}-blibpath:%1\$-s:${prefix}/lib:${LIBPATH:-/usr/lib:/lib}" rb_cv_dlopen=yes], - [human*], [ : ${DLDFLAGS=''} - : ${LDSHARED=''} - : ${LDFLAGS=''} - : ${LINK_SO='ar cru $@ $(OBJS)'} - rb_cv_dlopen=yes], [beos*], [ AS_CASE(["$target_cpu"], [powerpc*], [ : ${LDSHARED="ld -xms"} @@ -2280,9 +2236,6 @@ [AS_CASE([$withval],[yes],[STATIC=;EXTSTATIC=static])]) AS_CASE(["$target_os"], - [human*], [ - setup=Setup.x68 - ], dnl OS/2 environment w/ Autoconf 2.1x for EMX [os2-emx], [ setup=Setup.emx @@ -2536,13 +2489,6 @@ [darwin*], [ RUBY_APPEND_OPTION(CFLAGS, -pipe) ], - [human*], [ - AC_LIBOBJ([x68.o]) - CFLAGS="$CFLAGS -fansi-only" - XCFLAGS="$XCFLAGS -cc1-stack=262144 -cpp-stack=2694144" - EXEEXT=.x - OBJEXT=o - ], [os2-emx], [ AC_LIBOBJ([os2]) CFLAGS="$CFLAGS -DOS2" Index: ChangeLog =================================================================== --- ChangeLog (revision 33335) +++ ChangeLog (revision 33336) @@ -1,3 +1,8 @@ +Mon Sep 26 09:02:49 2011 KOSAKI Motohiro <kosaki.motohiro@g...> + + * configure.in: remove a code for human68k. it's no longer + supported since r19677. + Sun Sep 25 23:43:32 2011 Martin Bosslet <Martin.Bosslet@g...> * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when being -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/