Community gatherings on Freenode at #tinycorelinux (webchat)
$ cd /home/tc$ tar xf openvswitch-2.4.0.tar.xz$ cd openvswitch-2.4.0$ tce-load -i compiletc perl5 python-dev openssl-dev$ CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --enable-shared --localstatedir=/var$ find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;$ make$ sudo make install
..and same screen like of attachments.
Order find . -name Makefile..... shuld nothing to write on screen?