On Mon, 3 Feb 2003 21:35:28 +0100,
Frank Gevaerts <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote:
> > In particular, in debian/rules you could do (the first line probably
> > already
> > being present from dh_make):
> >
> > DEB_BUILD_GNU_CPU = $(shell
On Mon, 3 Feb 2003 21:35:28 +0100,
Frank Gevaerts <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote:
> > In particular, in debian/rules you could do (the first line probably
> > already
> > being present from dh_make):
> >
> > DEB_BUILD_GNU_CPU = $(shell
Frank,
> What do I have to change to be able to add -mieee on alpha, preferably
> from debian/rules, or configure ?
Since this problem is not Debian specific, the best way would be to add
it in the configure script if required (i.e. patch configure.in and
submit upstream). There may already be so
On Mon, Feb 03, 2003 at 09:23:39PM +0100, Bas Zoetekouw wrote:
> Hi Frank!
>
> You wrote:
>
> > Makefile.am now says
> [...]
> > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS}
> > ${BUMPREF_CFLAGS} `
>
> > What do I have to change to be able to add -mieee on alpha, preferably
> >
On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Leo "Costela" Antunes wrote:
> >>from debian/rules, or configure ?
> > if
> In particular, in debian/rules you could do (the first line probably already
> being present from dh_m
Hi Frank!
You wrote:
> Makefile.am now says
[...]
> CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS}
> ${BUMPREF_CFLAGS} `
> What do I have to change to be able to add -mieee on alpha, preferably
> from debian/rules, or configure ?
If you change the above line in Makefile.am to
|
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Leo "Costela" Antunes wrote:
>>from debian/rules, or configure ?
> if
In particular, in debian/rules you could do (the first line probably already
being present from dh_make):
DEB_BUILD_GNU_CPU = $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
ifeq ($
On Mon, Feb 03, 2003 at 05:11:52PM -0200, Leo Costela Antunes wrote:
> On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote:
> > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS}
> > ${BUMPREF_CFLAGS} `
> >
> > What do I have to change to be able to add -mieee on alpha, preferably
> > fro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote:
> > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS}
> > ${BUMPREF_CFLAGS} `
> >
> > What do I have to change to be able to add -mieee on alpha, preferably
> > from debian/rules, or con
Frank,
> What do I have to change to be able to add -mieee on alpha, preferably
> from debian/rules, or configure ?
Since this problem is not Debian specific, the best way would be to add
it in the configure script if required (i.e. patch configure.in and
submit upstream). There may already be so
On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote:
> CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS}
> ${BUMPREF_CFLAGS} `
>
> What do I have to change to be able to add -mieee on alpha, preferably
> from debian/rules, or configure ?
I'd use something like this:
CFLAGS = "-O2 -Wall
On Mon, Feb 03, 2003 at 09:23:39PM +0100, Bas Zoetekouw wrote:
> Hi Frank!
>
> You wrote:
>
> > Makefile.am now says
> [...]
> > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
>
> > What do I have to change to be able to add -mieee on alpha, preferably
> > from
Hi,
the foobillard Makefile.am contains hardcoded CFLAGS. I need to change
them for foobillard to work on alpha. Can anyone help me with this ?
The problem is that I don't really know where the default should be set.
Makefile.am now says
if USE_BUMPREF
BUMPREF_CFLAGS =
else
BUMPREF_CFLAGS = -DN
On Mon, Feb 03, 2003 at 09:01:15PM +0100, Thomas Viehmann wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Leo "Costela" Antunes wrote:
> >>from debian/rules, or configure ?
> > if
> In particular, in debian/rules you could do (the first line probably already
> being present from dh_m
Hi Frank!
You wrote:
> Makefile.am now says
[...]
> CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
> What do I have to change to be able to add -mieee on alpha, preferably
> from debian/rules, or configure ?
If you change the above line in Makefile.am to
| CF
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Leo "Costela" Antunes wrote:
>>from debian/rules, or configure ?
> if
In particular, in debian/rules you could do (the first line probably already
being present from dh_make):
DEB_BUILD_GNU_CPU = $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
ifeq ($
On Mon, Feb 03, 2003 at 05:11:52PM -0200, Leo Costela Antunes wrote:
> On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote:
> > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
> >
> > What do I have to change to be able to add -mieee on alpha, preferably
> > from deb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote:
> > CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
> >
> > What do I have to change to be able to add -mieee on alpha, preferably
> > from debian/rules, or configur
On Seg, 2003-02-03 at 16:40, Frank Gevaerts wrote:
> CFLAGS = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
>
> What do I have to change to be able to add -mieee on alpha, preferably
> from debian/rules, or configure ?
I'd use something like this:
CFLAGS = "-O2 -Wall"
i
Hi,
the foobillard Makefile.am contains hardcoded CFLAGS. I need to change
them for foobillard to work on alpha. Can anyone help me with this ?
The problem is that I don't really know where the default should be set.
Makefile.am now says
if USE_BUMPREF
BUMPREF_CFLAGS =
else
BUMPREF_CFLAGS = -DN
20 matches
Mail list logo