OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(TARGET_CPU_CPP_BUILTINS): Add builtin assert of cpu=xstormy16.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
config
/
stormy16
/
stormy16.h
diff --git
a/gcc/config/stormy16/stormy16.h
b/gcc/config/stormy16/stormy16.h
index
1cb40f6
..
1cb9778
100644
(file)
--- a/
gcc/config/stormy16/stormy16.h
+++ b/
gcc/config/stormy16/stormy16.h
@@
-58,6
+58,7
@@
Boston, MA 02111-1307, USA. */
#define TARGET_CPU_CPP_BUILTINS() do { \
builtin_define_std ("xstormy16"); \
builtin_assert ("machine=xstormy16"); \
+ builtin_assert ("cpu=xstormy16"); \
} while (0)
/* This declaration should be present. */