Commit 7ae2112b by Bruce Korb

restore old algorighm for char_macro_*_fix routines

From-SVN: r34273
parent fc843339
...@@ -4499,9 +4499,9 @@ tSCC zUnixware7_Byteorder_FixList[] = ...@@ -4499,9 +4499,9 @@ tSCC zUnixware7_Byteorder_FixList[] =
*/ */
tSCC* apzUnixware7_Byteorder_FixMachs[] = { tSCC* apzUnixware7_Byteorder_FixMachs[] = {
"*-*-sysv4*", "*-*-sysv4*",
"i[34567]86-*-sysv5*", "i?86-*-sysv5*",
"i[34567]86-*-udk*", "i?86-*-udk*",
"i[34567]86-*-solaris2.[0-4]", "i?86-*-solaris2.[0-4]",
"powerpcle-*-solaris2.[0-4]", "powerpcle-*-solaris2.[0-4]",
"sparc-*-solaris2.[0-4]", "sparc-*-solaris2.[0-4]",
(const char*)NULL }; (const char*)NULL };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment