From: Michael Meissner Date: Tue, 10 Jun 1997 21:27:51 +0000 (+0000) Subject: Build libgcc.a with -mstrict-align X-Git-Tag: misc/cutover-egcs-0~348 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2e0187668a161b6f98282bf87fda6099ddf6bf1;p=thirdparty%2Fgcc.git Build libgcc.a with -mstrict-align From-SVN: r14223 --- 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* \