tce-load -i 

cd ntpclient-2010

edit Makefile
remove "-O2"

make CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti"

make
sudo make install

