2008-03-05から1日間の記事一覧

Ruby1.9@sh4-linux

$ svn co http://svn.ruby-lang.org/repos/ruby/trunk ruby1.9-sh4 $ cd ruby1.9-sh4 $ autoconf $ sed -i "s:@echo:@/bin/echo:" Makefile.in # to avoid Bashism $ ac_cv_func_getpgrp_void=yes ac_cv_func_setpgrp_void=yes \ CC='ccache sh4-linux-gcc' …

Ruby1.8@sh4-linux

$ svn co http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8 ruby1.8-sh4 $ cd ruby1.8-sh4 $ sed -i "s:@echo:@/bin/echo:" Makefile.in # to avoid Bashism $ ac_cv_func_getpgrp_void=yes ac_cv_func_setpgrp_void=yes \ CC='ccache sh4-linux-gcc'…

ターゲットが何かは内緒で

$ sh4-linux-gcc --version sh-linux-gcc (GCC) 3.4.4 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICUL…