Re: abt compiler flags

2006-10-13 Thread Janis Johnson
On Thu, Oct 12, 2006 at 10:44:59PM -0700, Mohamed Shafi wrote: > Hello all, > > During regression tests if i want to disable some features like trampolines i > can give -DNO_TRAMPOLINES > as an compiler flag. By default, -DNO_TRAMPOLINES is set in testsuite/lib/gcc.exp if the DejaGnu target info

Re: abt compiler flags

2006-10-12 Thread Ben Elliston
> During regression tests if i want to disable some features like > trampolines i can give -DNO_TRAMPOLINES as an compiler flag. > > Do i have similar flags for profiling and PIC? You might like to check the manual. All of the answers you're looking for (well, okay, most) will be there: http:

abt compiler flags

2006-10-12 Thread Mohamed Shafi
Hello all, During regression tests if i want to disable some features like trampolines i can give -DNO_TRAMPOLINES as an compiler flag. Do i have similar flags for profiling and PIC? thanks in advance Regards, Shafi