diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-08-02 14:06:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-08-02 14:06:07 +0000 |
commit | ccc0b2f9b51cbdc92aded8e71484d6b2b3e5fdfd (patch) | |
tree | 62b82aca32765b49c46ca77b8877a72b972be340 /gcc/config/v850 | |
parent | b3d9ecf00ba759dbef2321968d9d66aa7572fed0 (diff) | |
download | gcc-ccc0b2f9b51cbdc92aded8e71484d6b2b3e5fdfd.tar.gz |
Only define STRICT_ALIGNMENT if it is not already defined.
From-SVN: r28402
Diffstat (limited to 'gcc/config/v850')
-rw-r--r-- | gcc/config/v850/v850.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index f6882e79da3..efffa918089 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -301,7 +301,9 @@ extern struct small_memory_info small_memory[(int)SMALL_MEMORY_max]; /* Define this if move instructions will actually fail to work when given unaligned data. */ +#ifndef STRICT_ALIGNMENT 1 #define STRICT_ALIGNMENT 1 +#endif /* Define this as 1 if `char' should by default be signed; else as 0. |