~ubuntu-branches/ubuntu/trusty/gcc-snapshot/trusty

« back to all changes in this revision

Viewing changes to debian/rules.d/binary-libgcc.mk

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-30 09:43:16 UTC
  • mfrom: (1.20.13)
  • Revision ID: package-import@ubuntu.com-20130330094316-to0n06rlu9q64o88
Tags: 20130330-0ubuntu1
Snapshot, taken from the GCC 4.8 branch (post 4.8.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
        )
236
236
        $(if $(filter yes, $(with_asan)),
237
237
                $(call install_gcc_lib,libasan,$(ASAN_SONAME),$(1),$(2))
 
238
                mv $(4)/libasan_preinit.o debian/$(2)/$(3)/;
238
239
        )
239
240
        $(if $(1),,$(if $(filter yes, $(with_tsan)),
240
241
                $(call install_gcc_lib,libtsan,$(TSAN_SONAME),$(1),$(2))