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

« back to all changes in this revision

Viewing changes to gcc/gcc/Makefile.in

  • 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:
281
281
GMPLIBS = @GMPLIBS@
282
282
GMPINC = @GMPINC@
283
283
 
 
284
with_float = @with_float@
 
285
 
284
286
CPPLIB = ../libcpp/libcpp.a
285
287
CPPINC = -I$(srcdir)/../libcpp/include
286
288
 
1667
1669
            "$(MULTILIB_EXTRA_OPTS)" \
1668
1670
            "$(MULTILIB_EXCLUSIONS)" \
1669
1671
            "$(MULTILIB_OSDIRNAMES)" \
 
1672
            "$(MULTIARCH_DIRNAME)" \
1670
1673
            "@enable_multilib@" \
1671
1674
            > tmp-mlib.h; \
1672
1675
        else \
1673
 
          $(SHELL) $(srcdir)/genmultilib '' '' '' '' '' '' '' no \
 
1676
          $(SHELL) $(srcdir)/genmultilib '' '' '' '' '' '' '' "$(MULTIARCH_DIRNAME)" no \
1674
1677
            > tmp-mlib.h; \
1675
1678
        fi
1676
1679
        $(SHELL) $(srcdir)/../move-if-change tmp-mlib.h multilib.h