Commit e4124eb3 by David Edelsohn

Fix sparcv9 typo.

From-SVN: r44749
parent e361dcd3
......@@ -45,7 +45,7 @@
// Without this all the libio vtbls are offset wrongly.
#define _G_USING_THUNKS 0
#if defined(__sparc_v9) || defined(__arch64__)
#if defined(__sparcv9) || defined(__arch64__)
#define __glibcpp_long_bits 64
#endif
......
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