diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-08-13 12:19:17 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-08-13 12:19:17 -0700 |
commit | e913669934c6399060a41e6c0d82b559b6b99c53 (patch) | |
tree | 9a71d4d6e4d779523e9b0db26fb8236f3b19d4b3 /gcc | |
parent | d9d3acb651110700ff9e8921735bb84ae9866ea1 (diff) | |
download | gcc-e913669934c6399060a41e6c0d82b559b6b99c53.zip gcc-e913669934c6399060a41e6c0d82b559b6b99c53.tar.gz gcc-e913669934c6399060a41e6c0d82b559b6b99c53.tar.bz2 |
(CPP_SPEC): For -mv8, define __sparc_v8__ not __sparcv8__
From-SVN: r1812
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 2cb0c0e..9f7cd98 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -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 |