View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#242
It's easy for anyone to check (extras-cauldron-builds is your friend). The last Fremantle build was built using just
Code:
DEB_BUILD_OPTIONS="parallel=4"
and configured thus:
Code:
./configure --host=arm-linux-gnueabi --build=arm-linux-gnueabi --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --enable-core-inline CFLAGS="-Wall -g -DMAEMO -DMAEMO_VERSION=5 -Os -fomit-frame-pointer -ffast-math" CXXFLAGS="-Wall -g -DMAEMO -DMAEMO_VERSION=5 -Os -fomit-frame-pointer -ffast-math" LDFLAGS="-Wl,-z,defs"
The latest package built today is still using the same DEB_BUILD_OPTIONS.

FWIW "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp" look like Diablo/OMAP2-specific flags, perhaps a misconfigured scratchbox environment?
 

The Following 4 Users Say Thank You to lma For This Useful Post: