From 449bf2aa18c7d9c86954c0c148b6b87c288721e7 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 8 Mar 1996 17:59:37 +0000 Subject: [PATCH] (CPP_SPEC): Use %(cpp_cpu). From-SVN: r11500 --- gcc/config/sparc/lynx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/lynx.h b/gcc/config/sparc/lynx.h index dac5ee4e5d0..99b319a0df2 100644 --- a/gcc/config/sparc/lynx.h +++ b/gcc/config/sparc/lynx.h @@ -1,5 +1,5 @@ /* Definitions for SPARC running LynxOS. - Copyright (C) 1993, 1995 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -35,7 +35,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