mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 03:18:58 +08:00
Fix sparcv9 typo.
From-SVN: r44749
This commit is contained in:
parent
e361dcd34a
commit
e4124eb384
@ -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…
Reference in New Issue
Block a user