~ubuntu-branches/ubuntu/vivid/gccgo-5/vivid-updates

« back to all changes in this revision

Viewing changes to debian/rules.defs

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-04-14 23:12:24 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150414231224-v8esw9ogsgy1y5gl
Tags: 5.1~rc1-0ubuntu1
* GCC 5.1 release candidate 1.
* Update to SVN 20150414 (r222102) from the gcc-5-branch.
  - Fix PR go/65755, use receiver type in method pkgpath and reflection
    strings. Also always emit pkgpath in reflection string for named types,
    not just when using -fgo-pkgpath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
974
974
  ifeq ($(with_dev),yes)
975
975
    with_objcdev := yes
976
976
  endif
977
 
  # libobjc soname change in 4.7
978
 
  #ifeq ($(with_common_libs),yes)
 
977
  ifeq ($(with_common_libs),yes)
979
978
    with_libobjc := yes
980
 
  #endif
 
979
  endif
981
980
 
982
981
  enabled_languages += objc
983
982
endif
1217
1216
  endif
1218
1217
 
1219
1218
  # libasan -----------------
1220
 
  ifeq ($(with_asan)-$(with_common_libs),yes-yes)
 
1219
  # asan changes soname in GCC 5
 
1220
  #ifeq ($(with_asan)-$(with_common_libs),yes-yes)
 
1221
  ifeq ($(with_asan),yes)
1221
1222
    #ifneq ($(DEB_CROSS),yes)
1222
1223
      with_libasan := yes
1223
1224
    #endif