tce-load -i compiletc cd glib-1.2.10 patch -Np1 -i ../glib-1.2.10-gcc34-1.patch CC="gcc -Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -std=gnu89" CXX="g++ -Os -pipe -fno-exceptions -fno-rtti -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -std=gnu89" ./configure --prefix=/usr/local --disable-static --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make make install gcc -Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -shared garray.lo gcache.lo gcompletion.lo gdataset.lo gdate.lo gerror.lo ghash.lo ghook.lo giochannel.lo giounix.lo glist.lo gmain.lo gmem.lo gmessages.lo gmutex.lo gnode.lo gprimes.lo grel.lo gscanner.lo gslist.lo gstrfuncs.lo gstring.lo gtimer.lo gtree.lo gutils.lo -lc -Wl,-soname -Wl,libglib-1.2.so.0 -o .libs/libglib-1.2.so.0.0.10 gcache.lo: In function `g_bit_nth_lsf': gcache.c:(.text+0x0): multiple definition of `g_bit_nth_lsf' garray.lo:garray.c:(.text+0x104): first defined here gcache.lo: In function `g_bit_nth_msf':