Martin Storsjö writes:
> On Wed, 30 Mar 2011, Måns Rullgård wrote:
>
>> Martin Storsjö writes:
>>
>> > +symbian)
>
>> Obvious question: can we run fate on that?
>
> Not without serious amounts of ugly hacking. I think FATE on Windows CE
> would be simpler to get up and running, and that's
On Wed, 30 Mar 2011, Måns Rullgård wrote:
> Martin Storsjö writes:
>
> > ---
> > configure |9 -
> > 1 files changed, 8 insertions(+), 1 deletions(-)
> >
> > diff --git a/configure b/configure
> > index fab4f2b..5e76a28 100755
> > --- a/configure
> > +++ b/configure
> > @@ -1822,7 +
Martin Storsjö writes:
> ---
> configure |9 -
> 1 files changed, 8 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index fab4f2b..5e76a28 100755
> --- a/configure
> +++ b/configure
> @@ -1822,7 +1822,7 @@ set_default host_cc
>
> exesuf() {
> case $1 in
Martin Storsjö writes:
> On Wed, 30 Mar 2011, Måns Rullgård wrote:
>
>> Martin Storsjö writes:
>>
>> > On Wed, 30 Mar 2011, Måns Rullgård wrote:
>> >
>> >> Martin Storsjö writes:
>> >>
>> >> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
>> >> >
>> >> >> Martin Storsjö writes:
>> >> >>
>> >> >
---
configure |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/configure b/configure
index fab4f2b..5e76a28 100755
--- a/configure
+++ b/configure
@@ -1822,7 +1822,7 @@ set_default host_cc
exesuf() {
case $1 in
-mingw32*|cygwin*|*-dos|freedos|opendos
On Wed, 30 Mar 2011, Måns Rullgård wrote:
> Martin Storsjö writes:
>
> > On Wed, 30 Mar 2011, Måns Rullgård wrote:
> >
> >> Martin Storsjö writes:
> >>
> >> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
> >> >
> >> >> Martin Storsjö writes:
> >> >>
> >> >> > On Wed, 23 Mar 2011, Måns Rullgård
Martin Storsjö writes:
> On Wed, 30 Mar 2011, Måns Rullgård wrote:
>
>> Martin Storsjö writes:
>>
>> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
>> >
>> >> Martin Storsjö writes:
>> >>
>> >> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
>> >> >
>> >> >> Martin Storsjö writes:
>> >> >>
>> >> >
On Wed, 30 Mar 2011, Måns Rullgård wrote:
> Martin Storsjö writes:
>
> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
> >
> >> Martin Storsjö writes:
> >>
> >> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
> >> >
> >> >> Martin Storsjö writes:
> >> >>
> >> >> > +enable dos_paths
> >> >> >
Martin Storsjö writes:
> On Wed, 23 Mar 2011, Måns Rullgård wrote:
>
>> Martin Storsjö writes:
>>
>> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
>> >
>> >> Martin Storsjö writes:
>> >>
>> >> > +enable dos_paths
>> >> > +ASFLAGS=$(echo $(filter_out --include* $ASFLAGS))
>> >>
On Wed, 23 Mar 2011, Måns Rullgård wrote:
> Martin Storsjö writes:
>
> > On Wed, 23 Mar 2011, Måns Rullgård wrote:
> >
> >> Martin Storsjö writes:
> >>
> >> > The filtering of ASFLAGS is required since the symbian toolchain
> >> > requires a --include parameter in extra_cflags, which shouldn't
Martin Storsjö writes:
> On Wed, 23 Mar 2011, Måns Rullgård wrote:
>
>> Martin Storsjö writes:
>>
>> > The filtering of ASFLAGS is required since the symbian toolchain
>> > requires a --include parameter in extra_cflags, which shouldn't
>> > be passed on to ASFLAGS. The $(echo) surrounding the
On Wed, 23 Mar 2011, Måns Rullgård wrote:
> Martin Storsjö writes:
>
> > The filtering of ASFLAGS is required since the symbian toolchain
> > requires a --include parameter in extra_cflags, which shouldn't
> > be passed on to ASFLAGS. The $(echo) surrounding the filtering
> > is needed since the
Martin Storsjö writes:
> The filtering of ASFLAGS is required since the symbian toolchain
> requires a --include parameter in extra_cflags, which shouldn't
> be passed on to ASFLAGS. The $(echo) surrounding the filtering
> is needed since the output from filter_out contains linebreaks
> between e
The filtering of ASFLAGS is required since the symbian toolchain
requires a --include parameter in extra_cflags, which shouldn't
be passed on to ASFLAGS. The $(echo) surrounding the filtering
is needed since the output from filter_out contains linebreaks
between each parameter.
---
configure |
14 matches
Mail list logo