From b2e0187668a161b6f98282bf87fda6099ddf6bf1 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 10 Jun 1997 21:27:51 +0000 Subject: [PATCH] Build libgcc.a with -mstrict-align From-SVN: r14223 --- gcc/config/rs6000/t-ppc | 2 +- gcc/config/rs6000/t-ppcgas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/rs6000/t-ppc b/gcc/config/rs6000/t-ppc index 0b5bea99b51f..8143488a5d6c 100644 --- a/gcc/config/rs6000/t-ppc +++ b/gcc/config/rs6000/t-ppc @@ -8,5 +8,5 @@ MULTILIB_OPTIONS = msoft-float MULTILIB_DIRNAMES = nof MULTILIB_EXCEPTIONS = -MULTILIB_EXTRA_OPTS = +MULTILIB_EXTRA_OPTS = mstrict-align MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index da4e87fa4a33..9fb5e4ec3284 100644 --- a/gcc/config/rs6000/t-ppcgas +++ b/gcc/config/rs6000/t-ppcgas @@ -9,7 +9,7 @@ MULTILIB_DIRNAMES = nof \ le be \ cs ca sol lin -MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi +MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi mstrict-align MULTILIB_EXCEPTIONS = *mbig/*mcall-solaris* \ *mlittle/*mcall-solaris* \ *msoft-float/*mcall-solaris* \