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

« back to all changes in this revision

Viewing changes to debian/rules.conf

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-02-26 08:23:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20150226082314-ajakcli5v70mb3r7
Tags: 5-20150226-1ubuntu1
Update to SVN 20150226.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
NEXT_GCC_RELEASE_VERSION := $(shell expr $(echo $(GCC_MAJOR_VERSION)) + 1)
146
146
 
147
147
ifeq ($(single_package),yes)
148
 
  BASE_VERSION := $(shell echo $(GCC_VERSION) | sed -e 's/\([1-9]\.[0-9]*\).*/\1/')
 
148
  BASE_VERSION := $(shell echo $(GCC_VERSION) | sed -e 's/\([1-9]*\).*/\1/')
149
149
endif
150
150
 
151
151
GCC_SOURCE_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-.*//')
197
197
else
198
198
  BINUTILSBDV = 2.22
199
199
  ifneq (,$(filter $(distrelease),jessie sid vivid))
200
 
    BINUTILSBDV = 2.25-2~
 
200
    BINUTILSBDV = 2.25-3~
201
201
  endif
202
202
endif
203
203
ifeq ($(DEB_CROSS),yes)
348
348
# needed for the include/asm symlink to run the testsuite for
349
349
# non default multilibs
350
350
GCC_MULTILIB_BUILD_DEP = g++-multilib [$(multilib_archs)],
 
351
GCC_MULTILIB_BUILD_DEP += g++-4.9 [arm64],
351
352
 
352
353
LIBUNWIND_DEV_DEP := libunwind7-dev$(LS)$(AQ) (>= 0.98.5-6)
353
354
LIBUNWIND_BUILD_DEP := $(LIBUNWIND_DEV_DEP) [ia64],
770
771
  addons += $(if $(findstring armel,$(biarchhfarchs)),libhfqmath)
771
772
  addons += $(if $(findstring armhf,$(biarchsfarchs)),libsfqmath)
772
773
endif
 
774
ifeq ($(with_jit),yes)
773
775
  addons += libjit
 
776
endif
774
777
ifeq ($(with_d),yes)
775
778
  languages += d
776
779
  ifeq ($(with_libphobos),yes)