From 747691c4ee3f19e199741c53d580d2a4814450c6 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 19 Aug 1996 22:40:06 +0000 Subject: [PATCH] * sparc/lynx-ng.h (CPP_SPEC): Use %(cpp_cpu). From-SVN: r12659 --- gcc/config/sparc/lynx-ng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sparc/lynx-ng.h b/gcc/config/sparc/lynx-ng.h index bd3f4ddc224..9e9f82cf10b 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. */ -- 2.30.2