From fbe45fdfa2a3dd461adfe82e13e97c7717b34dca Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 17 May 2013 09:10:16 +0000 Subject: * configure.in: Consider error messages to find out version option of C compiler. The C compiler of Sun Studio C emits "Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise" and exit successfully. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04979dea54..c1801332f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri May 17 18:06:15 2013 Tanaka Akira + + * configure.in: Consider error messages to find out version option of + C compiler. + The C compiler of Sun Studio C emits "Warning: Option -qversion + passed to ld, if ld is invoked, ignored otherwise" and exit + successfully. + Fri May 17 17:34:48 2013 Nobuyoshi Nakada * gc.c (rb_gc_guarded_ptr): unoptimize on other compilers than gcc and -- cgit v1.2.3