* config/sparc/sparc.h: Define sparc for now.

From-SVN: r66938
This commit is contained in:
Neil Booth 2003-05-18 20:02:36 +00:00 committed by Neil Booth
parent 563025ca97
commit 094a51ffd1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2003-05-18 Neil Booth <neil@daikokuya.co.uk>
* config/sparc/sparc.h: Define sparc for now.
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Clear xm_file, md_file at the beginning of each pass.

View File

@ -25,11 +25,13 @@ Boston, MA 02111-1307, USA. */
/* Note that some other tm.h files include this one and then override
whatever definitions are necessary. */
/* Target CPU builtins. */
/* Target CPU builtins. FIXME: Defining sparc is for the benefit of
Solaris only; otheriwse just define __sparc__. Sadly the headers
are such a mess there is no Solaris-specific header. */
#define TARGET_CPU_CPP_BUILTINS() \
do \
{ \
builtin_define ("__sparc__"); \
builtin_define_std ("sparc"); \
if (TARGET_64BIT) \
{ \
builtin_assert ("cpu=sparc"); \