diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1997-06-10 21:27:51 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1997-06-10 21:27:51 +0000 |
commit | b2e0187668a161b6f98282bf87fda6099ddf6bf1 (patch) | |
tree | d17c737dd8c1640998544b360271e7290f828930 /gcc/config/rs6000/t-ppcgas | |
parent | daf119730b45e25f2cac9696418b66e18110833b (diff) | |
download | gcc-b2e0187668a161b6f98282bf87fda6099ddf6bf1.zip gcc-b2e0187668a161b6f98282bf87fda6099ddf6bf1.tar.gz gcc-b2e0187668a161b6f98282bf87fda6099ddf6bf1.tar.bz2 |
Build libgcc.a with -mstrict-align
From-SVN: r14223
Diffstat (limited to 'gcc/config/rs6000/t-ppcgas')
-rw-r--r-- | gcc/config/rs6000/t-ppcgas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-ppcgas b/gcc/config/rs6000/t-ppcgas index da4e87f..9fb5e4e 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* \ |