~ubuntu-branches/ubuntu/vivid/gcc-4.8/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/gcc-multilib-multiarch.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-03-11 19:36:22 UTC
  • Revision ID: package-import@ubuntu.com-20150311193622-mfaliieou7axfajy
Tags: 4.8.4-1ubuntu8
Fix ppc64el build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
+else
113
113
+  MULTIARCH_DIRNAME = $(call if_multiarch,mips$(MIPS_EL)-linux-gnu$(MIPS_SOFT))
114
114
+endif
 
115
Index: gcc/config/rs6000/t-linux
 
116
===================================================================
 
117
--- a/src/gcc/config/rs6000/t-linux
 
118
+++ b/src/gcc/config/rs6000/t-linux
 
119
@@ -2,7 +2,7 @@
 
120
 # or soft-float.
 
121
 ifeq (,$(filter $(with_cpu),$(SOFT_FLOAT_CPUS))$(findstring soft,$(with_float)))
 
122
 ifneq (,$(findstring powerpc64,$(target)))
 
123
-MULTILIB_OSDIRNAMES := .=../lib64$(call if_multiarch,:powerpc64-linux-gnu)
 
124
+MULTILIB_OSDIRNAMES := .=../lib$(call if_multiarch,:powerpc64-linux-gnu)
 
125
 else
 
126
 ifneq (,$(findstring spe,$(target)))
 
127
 MULTIARCH_DIRNAME := powerpc-linux-gnuspe$(if $(findstring rs6000/e500-double.h, $(tm_file_list)),,v1)