transform_mjit_header.rb: pass -std=c99 for AIX gcc
I heard error: conflicting types for 'restrict' can be solved by adding -std=c99.
error: conflicting types for 'restrict'
-std=c99
Ideally we should use the same cflags which are used to compile vm.c, but let me try this and see what happens on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
transform_mjit_header.rb: pass -std=c99 for AIX gcc
I heard
error: conflicting types for 'restrict'can be solved byadding
-std=c99.Ideally we should use the same cflags which are used to compile vm.c,
but let me try this and see what happens on AIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e