[arm] Ensure all multilib variables are reset
No real change, but for consistency reset all multilib related variables. * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty. (MULTILIB_RESUE): Likewise. (MULTILIB_MATCHES): Likewise. (MULTLIB_REQUIRED): Likewise. From-SVN: r249302
This commit is contained in:
parent
d59ee314a8
commit
e167433768
@ -1,3 +1,10 @@
|
||||
2017-06-16 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
|
||||
(MULTILIB_RESUE): Likewise.
|
||||
(MULTILIB_MATCHES): Likewise.
|
||||
(MULTLIB_REQUIRED): Likewise.
|
||||
|
||||
2017-06-16 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config/arm/t-rtems: Rewrite for new option framework.
|
||||
|
@ -22,6 +22,10 @@
|
||||
# MULTILIB_DEFAULTS in linux-elf.h.
|
||||
MULTILIB_OPTIONS =
|
||||
MULTILIB_DIRNAMES =
|
||||
MULTILIB_EXCEPTIONS =
|
||||
MULTILIB_REUSE =
|
||||
MULTILIB_MATCHES =
|
||||
MULTILIB_REQUIRED =
|
||||
|
||||
#MULTILIB_OPTIONS += mcpu=fa606te/mcpu=fa626te/mcpu=fmp626/mcpu=fa726te
|
||||
#MULTILIB_DIRNAMES += fa606te fa626te fmp626 fa726te
|
||||
|
Loading…
Reference in New Issue
Block a user