~ubuntu-branches/ubuntu/quantal/ghdl/quantal

« back to all changes in this revision

Viewing changes to gcc/gcc/config/rs6000/t-linux64

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-09-30 09:16:02 UTC
  • Revision ID: package-import@ubuntu.com-20110930091602-usdap7ajgizmpvb1
Tags: 0.29+gcc4.3.4+dfsg-1ubuntu1
* Fix FTBFS on multiarch systems. LP: #770812.
* Don't build the package twice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
20
20
MULTILIB_EXCEPTIONS     = m64/msoft-float
21
21
MULTILIB_EXCLUSIONS     = m64/!m32/msoft-float
22
 
MULTILIB_OSDIRNAMES     = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
 
22
MULTILIB_OSDIRNAMES     = ../lib64:powerpc64-linux-gnu $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib):powerpc-linux-gnu nof
23
23
MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
24
24
 
25
25
softfp_wrap_start := '\#ifndef __powerpc64__'