diff options
author | Doug Evans <dje@gnu.org> | 1996-08-19 22:40:06 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-08-19 22:40:06 +0000 |
commit | 747691c4ee3f19e199741c53d580d2a4814450c6 (patch) | |
tree | 99ebff7c67843e7df5997d184d6e53a78fab2ef7 /gcc | |
parent | bb2b97ac6ac3484d6b65ee59ce0e8e4522061cce (diff) | |
download | gcc-747691c4ee3f19e199741c53d580d2a4814450c6.zip gcc-747691c4ee3f19e199741c53d580d2a4814450c6.tar.gz gcc-747691c4ee3f19e199741c53d580d2a4814450c6.tar.bz2 |
* sparc/lynx-ng.h (CPP_SPEC): Use %(cpp_cpu).
From-SVN: r12659
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/lynx-ng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/lynx-ng.h b/gcc/config/sparc/lynx-ng.h index bd3f4dd..9e9f82c 100644 --- a/gcc/config/sparc/lynx-ng.h +++ b/gcc/config/sparc/lynx-ng.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "%{mthreads:-D_MULTITHREADED} \ %{mposix:-D_POSIX_SOURCE} \ %{msystem-v:-I/usr/include_v} \ - %{msparclite:-D__sparclite__} %{mv8:-D__sparc_v8__}" + %(cpp_cpu)" /* Names to predefine in the preprocessor for this target machine. */ |