mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 10:00:35 +08:00
t-aarch64 (MULTILIB_OPTIONS): Fix definition so that options are conflicting ones.
2013-12-09 Andrew Pinski <apinski@cavium.com> * config/aarch64/t-aarch64 (MULTILIB_OPTIONS): Fix definition so that options are conflicting ones. From-SVN: r205843
This commit is contained in:
parent
7e7707293a
commit
3e0fc59aa0
@ -1,3 +1,8 @@
|
||||
2013-12-09 Andrew Pinski <apinski@cavium.com>
|
||||
|
||||
* config/aarch64/t-aarch64 (MULTILIB_OPTIONS): Fix definition so
|
||||
that options are conflicting ones.
|
||||
|
||||
2013-12-09 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* optabs.c (gen_int_libfunc): Do not compare modes directly.
|
||||
|
@ -41,5 +41,5 @@ aarch-common.o: $(srcdir)/config/arm/aarch-common.c $(CONFIG_H) $(SYSTEM_H) \
|
||||
$(srcdir)/config/arm/aarch-common.c
|
||||
|
||||
comma=,
|
||||
MULTILIB_OPTIONS = $(patsubst %, mabi=%, $(subst $(comma), ,$(TM_MULTILIB_CONFIG)))
|
||||
MULTILIB_OPTIONS = $(subst $(comma),/, $(patsubst %, mabi=%, $(subst $(comma),$(comma)mabi=,$(TM_MULTILIB_CONFIG))))
|
||||
MULTILIB_DIRNAMES = $(subst $(comma), ,$(TM_MULTILIB_CONFIG))
|
||||
|
Loading…
x
Reference in New Issue
Block a user