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

Re: need help with bug #178837 (automake)



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...

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!"

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: