Let sun compiler does not get gcc specific flags that will break the build

This commit is contained in:
Sanel Zukan
2009-04-16 16:56:14 +00:00
parent 4f0a1e1ef1
commit 70964d806c
2 changed files with 21 additions and 5 deletions

View File

@ -51,6 +51,12 @@ actions quietly Help
echo ""
}
# a hack for Sun compiler
# FIXME: let configure figure these things
if $(SUN_COMPILER) {
GLOBALFLAGS = [ RemoveFlag "-g3" : $(GLOBALFLAGS) ] ;
}
Help help ;
NotFile help ;
Always help ;