tce-load -iwl autogen compiletc squashfs-tools submitqc

./autogen
CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local
make
touch /tmp/mark
make install
find /usr/local -type f -newer /tmp/mark > /tmp/ListOfTheFiles.txt
tar -T /tmp/ListOfTheFiles.txt -cjf /tmp/brltty.tar.bz2
cd /tmp
mkdir brltty
mv brltty.tar.bz2 brltty
cd brltty
tar -xf brltty.tar.bz2
cd ..
mksquashfs brltty brltty.tcz
submitqc --libs
