トップ «前の日記(2014-03-05) 最新 次の日記(2014-03-07)» 編集

ヨタの日々

2001|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|12|
2024|01|02|03|

2014-03-06 :-(

_ 午前

0530 起床

0710 食堂

0830 出勤 || デバッグしTARI

_ 午後

1300 デバッグしTARI

_

1700 残業アワー

2100 退勤

2230 飯

_ [NetBSD][翻訳][gcc]NetBSD Blog - First ports switched to gcc 4.8 最初のポートは GCC 4.8に切り替えた

March 06, 2014 posted by Martin Husemann

After several months of preparation, the first ports (hppa, sparc and sparc64) have switched their compiler to gcc version 4.8 today. Amd64 and i386 should follow soon.

数ヶ月の準備を経て、本日 最初のポート( hppa、sparc および sparc64 )が gcc バージョン 4.8 へコンパイラを切り替えた。 Amd64 と i386 がすぐに追従する。

Work is ongoing to bring this modern toolchain to all other ports too (most of them already work, but some more testing will be done). If you want to try it, just add -V HAVE_GCC=48 to the build.sh invocation.

作業としては、引き続き他の全ポートへこのモダンなツールチェインを使えるようにする( ほとんどのポートはすでに動作するが、より多くのテストを行う )。試したい場合は build.sh 実行時に -V HAVE_GCC=48 をつけるだけでよい。

Note that in parallel clang is available as an alternative option for a few architectures already (i386, amd64, arm, and sparc64), but needs more testing and debugging at least on some of them (e.g. the sparc64 kernel does not boot).

並行して、いくかのアーキテクチャ(i386, amd64, arm, and sparc64)では clang も使えるようになっているが、多少はまだテストとデバッグが必要である( たとえば sparc64 カーネルはまだ起動しない )。

For a project with diverse hardware support like NetBSD, all toolchain updates are a big pain - so a big THANK YOU! to everyone involved; in no particular order Christos Zoulas, matthew green, Nick Hudson, Tohru Nishimura, Frank Wille (and myself).

NetBSD のような多様なハードウェアをサポートしているプロジェクトでは、すべてのツールチェーンのアップデートは大工事である。関係者諸君!ありがとう!そしてありがとう! とくに Christos Zoulas, matthew green, Nick Hudson, Tohru Nishimura, Frank Wille ( あと自分 )

_ ,

最初のポート?