VFP in autobuilder enabled?

VFP in autobuilder enabled?

Jeremiah Foster
Karma: 594
2009-06-25 20:46 UTC
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?

Thanks!

Jeremiah
  •  Reply

Re: VFP in autobuilder enabled?

Ed Bartosh
Karma: 679
2009-06-25 21:04 UTC
2009/6/25 Jeremiah Foster <jeremiah@jeremiahfoster.com>:
> 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"

--
BR,
Ed
  •  Reply

Re: VFP in autobuilder enabled?

Mikko Vartiainen
Karma: 2221
2009-06-25 21:34 UTC
>
> 2009/6/25 Jeremiah Foster <jeremiah@jeremiahfoster.com>:
> > 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?

Anyway there's bunch of packages in fremantle extras-devel which are built without vfp and they would need to be rebuilt...

--
Mikko Vartiainen
  •  Reply

Re: VFP in autobuilder enabled?

Ed Bartosh
Karma: 679
2009-06-26 11:20 UTC
2009/6/26 Mikko Vartiainen <mvartiainen@gmail.com>:
>>
>> 2009/6/25 Jeremiah Foster <jeremiah@jeremiahfoster.com>:
>> > 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
  •  Reply

Re: VFP in autobuilder enabled?

Mikko Vartiainen
Karma: 2221
2009-06-26 16:43 UTC
> Can you point me out to them and explain how did you find out that
> they are built without vfp?


OK, thanks for the clarification. I was jumping to conclusions.

I just noticed that fremantle didn't have vfp in DEB_BUILD_OPTIONS like it was in chinook and diablo autobuilder.
  •  Reply