[兴趣]关于纹身
Friday, 17. October 2008, 02:53:58
OS就应该是自己可以定制的。
Friday, 17. October 2008, 02:53:58
Tuesday, 14. October 2008, 17:56:03
if [[ ${GCCMAJOR}.${GCCMINOR} > 4.1 ]] ; then
confgcc="${confgcc} --disable-bootstrap --disable-libgomp"
if
if [[ ${GCCMAJOR}.${GCCMINOR} > 4.1 ]] && [[ ${GCCMAJOR}.${GCCMINOR} < 4.2 ]] ; then
confgcc="${confgcc} --disable-bootstrap --disable-libgomp"
elif tc_version_is_at_least "4.2" ; then
confgcc="${confgcc} --disable-bootstrap $(use_enable openmp libgomp)"
fi
Friday, 10. October 2008, 19:05:25
Monday, 29. September 2008, 09:07:09
thread model : win32 no supported model
../gcc-4.3.1/libgomp/configure --host=i686-mingw32 --build=i686-pc-linux-gnu --target=i686-mingw32 --prefix=/usr/ --enable-threads=win32 --disable-nls --disable-win32-registry --disable-shared --without-x --with-sysroot=/usr/i686-mingw32 --bindir=/usr/i686-pc-linux-gnu/i686-mingw32/gcc-bin/4.3.1 --includedir=/usr/lib/gcc/i686-mingw32/4.3.1/include --datadir=/usr/share/gcc-data/i686-mingw32/4.3.1 --mandir=/usr/share/gcc-data/i686-mingw32/4.3.1/man --infodir=/usr/share/gcc-data/i686-mingw32/4.3.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-mingw32/4.3.1/include/g++-v4 --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion=
Sunday, 28. September 2008, 06:33:34
touch user-config.jam echo "using gcc : : i484-mingw32-gcc : ; " > user-config.jam
bjam --user-config=user-config.jam --toolset=gcc link=static release
ranlib *.a
Showing posts 1 - 5 of 25.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |