This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: flag day for Solaris portions of config.{guess,sub}
- From: bkorb at veritas dot com
- To: gcc at gcc dot gnu dot org
- Date: Thu, 20 Nov 2003 13:32:55 -0800 (PST)
- Subject: Re: flag day for Solaris portions of config.{guess,sub}
- Reply-to: bkorb at veritas dot com
As someone who was originally confused by the strange transforms,
I'd suggest any changes be towards minimizing differences from the
output from "uname(1)". In this already mutilated case, history
needs to prevail:
osrev=solaris`uname -r | sed 's/^5\.//'`
and if "uname -r" stops prefixing its output with that weirdo "5."
thingey, then the version will start being whatever "uname -r"
says it is.