Hi ause, In message "Re: [dev] detailed compiler version check and tg_compv.mk", Hans-Joachim Lankenau wrote... >hi! >
>there is no configure in SO environment... > >what came into my mind was something like this: > >in wntgcci.mk: > >CFLAGSWARNCC<some compiler numver>=-Wsomething >CFLAGSWARNCC<some other compiler numver>=-Wsomething_else > >and and in settings.mk somewhere in the area of line 1170 > >.IF "$(CFLAGSWARNCC$(CCNUMVER))"!="" >CFLAGSWARNCC=$(CFLAGSWARNCC$(CCNUMVER)) >.ENDIF > >the idea behind: use the default and don't change the current settings >if there is no specific setting available. > >disclaimer: just an idea and completely untested :) > >hope it helps... Thank you for your comment. I think it may be a viable option and I will test it. The con seems to be that we always have to specify the complete CCNUMVER and cannot use zones like gcc 4.2.x and above. Takashi Ono ([EMAIL PROTECTED]) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
