2009/6/26 Mikko Vartiainen <[email protected]>: >> >> 2009/6/25 Jeremiah Foster <[email protected]>: >> > Hello, >> > >> > I was asked on irc in #maemo if the fremantle autobuilder supports >> > DEB_BUILD_OPTIONS=vfp. It appears that it does not and many of the >> > applications in the repos in fact set that option. >> > >> > Can someone confirm that the autobuilder supports >> > DEB_BUILD_OPTIONS=vfp? >> > >> $ grep vfp /etc/sbdmock/*-devel.cfg >> /etc/sbdmock/maemo-chinook-armel-extras-devel.cfg:config_opts['env']['DEB_BUILD_OPTIONS']="maemo-launcher,thumb,vfp,parallel=4" >> /etc/sbdmock/maemo-diablo-armel-extras-devel.cfg:config_opts['env']['DEB_BUILD_OPTIONS']="maemo-launcher,thumb,vfp,parallel=4" > > Question is why vfp is not enabled? Just a bug? > Nope, it's not a bug. vfp is enabled by default in the Fremantle toolchain, so I see no point to re-enable it. $ grep -B1 vfp /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs *cc1: -march=armv7a -mcpu=cortex-a8 -mfpu=vfp -mfloat-abi=softfp -fno-omit-frame-pointer -fno-optimize-sibling-calls %(old_cc1) -- *cc1plus: -march=armv7a -mcpu=cortex-a8 -mfpu=vfp -mfloat-abi=softfp -fno-omit-frame-pointer -fno-optimize-sibling-calls %(old_cc1plus)
> Anyway there's bunch of packages in fremantle extras-devel which are built > without vfp and they would need to be rebuilt... > Can you point me out to them and explain how did you find out that they are built without vfp? -- BR, Ed _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
