diff mbox

[s390] add multiarch definitions for s390-linux-gnu

Message ID 50A41CC6.1030707@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose Nov. 14, 2012, 10:35 p.m. UTC
The following patch adds the multiarch definitions for s390-linux-gnu. Tested
using a Debian/Ubuntu package build. Ok for the trunk?

  Matthias

Comments

Matthias Klose Nov. 21, 2012, 3:46 a.m. UTC | #1
ping, adding the s390 port maintainers

Am 14.11.2012 23:35, schrieb Matthias Klose:
> The following patch adds the multiarch definitions for s390-linux-gnu. Tested
> using a Debian/Ubuntu package build. Ok for the trunk?
> 
>   Matthias
>
diff mbox

Patch

2012-11-14  Matthias Klose  <doko@ubuntu.com>

	* config/s390/t-linux64: Add multiarch names in MULTILIB_OSDIRNAMES.

Index: config/s390/t-linux64
===================================================================
--- config/s390/t-linux64	(revision 193508)
+++ config/s390/t-linux64	(working copy)
@@ -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)