Fix sparcv9 typo.
From-SVN: r44749
This commit is contained in:
parent
e361dcd34a
commit
e4124eb384
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue