(CPP_SPEC): For -mv8, define __sparc_v8__ not __sparcv8__
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 13 Aug 1992 19:19:17 +0000 (12:19 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 13 Aug 1992 19:19:17 +0000 (12:19 -0700)
From-SVN: r1812

gcc/config/sparc/sparc.h

index 2cb0c0efdf6989fb73ae9b6b8b923cdf6debd16b..9f7cd98473c7f69c5a89ea573edff205d5a0a641 100644 (file)
@@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define ASM_SPEC " %{pipe:-} %{fpic:-k} %{fPIC:-k}"
 
 /* Define macros to distinguish architectures.  */
-#define CPP_SPEC "%{msparclite:-D__sparclite__} %{mv8:-D__sparcv8__}"
+#define CPP_SPEC "%{msparclite:-D__sparclite__} %{mv8:-D__sparc_v8__}"
 
 /* Prevent error on `-sun4' and `-target sun4' options.  */
 /* This used to translate -dalign to -malign, but that is no good