[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: need help with bug #178837 (automake)



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 debian/rules, or configure ?
> 
> I'd use something like this:
> 
> CFLAGS = "-O2 -Wall"
> if <SOME CHECK TO SEE IF ARCH=alpha>
> CFLAGS += "-mieee"
> endif
> 
> I'm not sure this is the Best Way(tm), but it should work...

It should work, but I still would like a way to override this from
debian/rules or the environment (so one can build with -g...)

Frank

> 
> Cheers
> 
> -- 
> 
>  Leo Costela
>  <costelaaa@ig.com.br> | <leo@wallsplash.net> | <costela@pop.com.br>
>  Public Key: http://wallsplash.net/leo/pubkey.asc
>  "you must cut down the mightiest tree in the forest... with... a herring!"




Reply to: