mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 06:24:29 +08:00
Build libgcc.a with -mstrict-align
From-SVN: r14223
This commit is contained in:
parent
daf119730b
commit
b2e0187668
@ -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}
|
||||
|
@ -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* \
|
||||
|
Loading…
Reference in New Issue
Block a user