ppu-g++でboost::threadがリンクできない?

ppu-g++ ref_ppu.cxx -o ref_ppu.elf -lspe2 -lboost_thread

ってやると、

/usr/bin/ppu-ld: skipping incompatible /usr/lib/libboost_thread.so when searching for -lboost_thread
/usr/bin/ppu-ld: skipping incompatible /usr/lib/libboost_thread.a when searching for -lboost_thread
/usr/bin/ppu-ld: cannot find -lboost_thread
collect2: ld returned 1 exit status

互換性がない?ふつーのg++にすると出ない。何だろppu-g++でコンパイルしなおさないとダメなのかな?いつもはけっこー気にせずにくっつけられてる気がするが…。