mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-12 01:20:06 +08:00
Do not allow big-endian/little-endian multilibs to override arm/thumb multilibs.
Do not allow big-endian/little-endian multilibs to override arm/thumb multilibs. Do not build hardware floating point multilibs, nor apcs-26 multilibs for the Thumb. From-SVN: r53294
This commit is contained in:
parent
f90bf7ca71
commit
6c76b95000
@ -1,3 +1,10 @@
|
|||||||
|
2002-05-08 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
|
* config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
|
||||||
|
little-endian multilibs to override arm/thumb multilibs.
|
||||||
|
Do not build hardware floating point multilibs, nor apcs-26
|
||||||
|
multilibs for the Thumb.
|
||||||
|
|
||||||
2002-05-08 Mark Mitchell <mark@codesourcery.com>
|
2002-05-08 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
PR c/6569.
|
PR c/6569.
|
||||||
|
@ -25,16 +25,18 @@ MULTILIB_OPTIONS = marm/mthumb
|
|||||||
MULTILIB_DIRNAMES = arm thumb
|
MULTILIB_DIRNAMES = arm thumb
|
||||||
MULTILIB_EXCEPTIONS =
|
MULTILIB_EXCEPTIONS =
|
||||||
|
|
||||||
# MULTILIB_OPTIONS = mlittle-endian/mbig-endian
|
# MULTILIB_OPTIONS += mlittle-endian/mbig-endian
|
||||||
# MULTILIB_DIRNAMES = le be
|
# MULTILIB_DIRNAMES += le be
|
||||||
# MULTILIB_EXCEPTIONS =
|
# MULTILIB_EXCEPTIONS =
|
||||||
# MULTILIB_MATCHES = mbig-endian=mbe mlittle-endian=mle
|
# MULTILIB_MATCHES = mbig-endian=mbe mlittle-endian=mle
|
||||||
#
|
#
|
||||||
# MULTILIB_OPTIONS += mhard-float/msoft-float
|
# MULTILIB_OPTIONS += mhard-float/msoft-float
|
||||||
# MULTILIB_DIRNAMES += fpu soft
|
# MULTILIB_DIRNAMES += fpu soft
|
||||||
|
# MULTILIB_EXCEPTIONS += *mthumb/*mhard-float*
|
||||||
#
|
#
|
||||||
# MULTILIB_OPTIONS += mapcs-32/mapcs-26
|
# MULTILIB_OPTIONS += mapcs-32/mapcs-26
|
||||||
# MULTILIB_DIRNAMES += 32bit 26bit
|
# MULTILIB_DIRNAMES += 32bit 26bit
|
||||||
|
# MULTILIB_EXCEPTIONS += *mthumb/*mapcs-26*
|
||||||
#
|
#
|
||||||
# MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
|
# MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
|
||||||
# MULTILIB_DIRNAMES += normal interwork
|
# MULTILIB_DIRNAMES += normal interwork
|
||||||
|
Loading…
Reference in New Issue
Block a user