stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in preference to CPP_PREDEFINES.

* config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
	preference to CPP_PREDEFINES.

From-SVN: r63994
This commit is contained in:
Neil Booth 2003-03-08 15:32:45 +00:00 committed by Neil Booth
parent 17b7f45edf
commit 4555be989f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-08 Neil Booth <neil@daikokuya.co.uk>
* config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
preference to CPP_PREDEFINES.
2003-03-08 Neil Booth <neil@daikokuya.co.uk>
* cppinit.c (cpp_finish_options): Set first_unused_line to -1.

View File

@ -67,7 +67,10 @@ Boston, MA 02111-1307, USA. */
/* Run-time target specifications */
#define CPP_PREDEFINES "-Dxstormy16 -Amachine=xstormy16"
#define TARGET_CPU_CPP_BUILTINS() do { \
builtin_define_std ("xstormy16"); \
builtin_assert ("machine=xstormy16"); \
} while (0)
/* This declaration should be present. */
extern int target_flags;