summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/eabispe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/eabispe.h')
-rw-r--r--gcc/config/rs6000/eabispe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/eabispe.h b/gcc/config/rs6000/eabispe.h
index 5d94028ffc1..2a0b92368c0 100644
--- a/gcc/config/rs6000/eabispe.h
+++ b/gcc/config/rs6000/eabispe.h
@@ -21,7 +21,8 @@
MA 02110-1301, USA. */
#undef TARGET_DEFAULT
-#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_EABI)
+#define TARGET_DEFAULT (MASK_POWERPC | MASK_NEW_MNEMONICS | MASK_EABI \
+ | MASK_STRICT_ALIGN)
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (PowerPC Embedded SPE)");