This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: flag day for Solaris portions of config.{guess,sub}


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]