Commit 3358fd40 by Matthias Klose Committed by Matthias Klose

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
parent 5cba83a8
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> 2012-11-21 Teresa Johnson <tejohnson@google.com>
PR gcov-profile/55417 PR gcov-profile/55417
...@@ -7,4 +7,5 @@ ...@@ -7,4 +7,5 @@
MULTILIB_OPTIONS = m64/m31 MULTILIB_OPTIONS = m64/m31
MULTILIB_DIRNAMES = 64 32 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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment