]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix sparcv9 typo.
authorDavid Edelsohn <dje@gcc.gnu.org>
Fri, 10 Aug 2001 02:08:33 +0000 (22:08 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 10 Aug 2001 02:08:33 +0000 (22:08 -0400)
From-SVN: r44749

libstdc++-v3/config/os/solaris/solaris2.7/bits/os_defines.h

index 06f6c7268d2f14a8ef1e1302734411e794680b78..67dae7a7770df2e9d592d53671fe05a7beca6697 100644 (file)
@@ -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