t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
2012-11-21 Matthias Klose <doko@ubuntu.com> * config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES. From-SVN: r193699
This commit is contained in:
parent
5cba83a8a7
commit
3358fd4054
|
@ -1,3 +1,7 @@
|
|||
2012-11-21 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.
|
||||
|
||||
2012-11-21 Teresa Johnson <tejohnson@google.com>
|
||||
|
||||
PR gcov-profile/55417
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
|
||||
MULTILIB_OPTIONS = m64/m31
|
||||
MULTILIB_DIRNAMES = 64 32
|
||||
MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
|
||||
MULTILIB_OSDIRNAMES = ../lib64$(call if_multiarch,:s390x-linux-gnu)
|
||||
MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:s390-linux-gnu)
|
||||
|
|
Loading…
Reference in New Issue