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

« back to all changes in this revision

Viewing changes to debian/rules.defs

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-03-21 15:58:02 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150321155802-89xcckwgdhtbb84k
Tags: 5-20150321-1ubuntu1
* Update to SVN 20150321.
* Build the libcc1 gdb plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
  with_jit :=
522
522
endif
523
523
 
 
524
with_cc1 := yes
 
525
with_cc1 := $(call envfilt, cc1, , , $(with_cc1))
 
526
ifeq ($(with_cc1),yes)
 
527
  ifneq ($(DEB_CROSS),yes)
 
528
    with_libcc1 := yes
 
529
  endif
 
530
endif
 
531
 
524
532
# Build all packages needed for C development
525
533
ifneq ($(with_base_only),yes)
526
534
  ifeq ($(with_dev),yes)
573
581
    with_mudflap := no
574
582
    with_gccbase := no
575
583
    with_cdev := no
 
584
    with_cc1 := no
 
585
    with_libcc1 := no
576
586
  else
577
587
    debian_extra_langs += ada
578
588
    with_ada := built from separate source
1095
1105
# libmpx --------------------
1096
1106
with_mpx :=
1097
1107
with_mpx := $(call envfilt, mpx, , , $(with_mpx))
1098
 
mpx_archs = amd64 i386 x32
 
1108
mpx_archs = amd64 i386
1099
1109
ifneq (,$(filter $(DEB_TARGET_ARCH),$(mpx_archs)))
1100
1110
  with_mpx := yes
 
1111
  ifneq (,$(findstring gcc-, $(PKGSOURCE)))
 
1112
    with_libmpx := yes
 
1113
  endif
1101
1114
endif
1102
1115
 
1103
1116
# gold --------------------
1430
1443
    ifeq ($$(with_libcilkrts),yes)
1431
1444
      with_lib$1cilkrts := yes
1432
1445
    endif
 
1446
    ifeq ($$(with_libmpx),yes)
 
1447
      ifneq (,$(filter $1, 32 64))
 
1448
        with_lib$1mpx := yes
 
1449
      endif
 
1450
    endif
1433
1451
    ifeq ($$(with_libqmath),yes)
1434
1452
      with_lib$1qmath := yes
1435
1453
    endif
1440
1458
    biarch_multidir_names = libiberty libgcc libbacktrace libatomic libgomp
1441
1459
    ifneq (,$$(findstring gcc-, $$(PKGSOURCE)))
1442
1460
      biarch_multidir_names += libstdc++-v3 libobjc libgfortran libssp \
1443
 
                                zlib libitm \
 
1461
                                zlib libitm libmpx \
1444
1462
                                libsanitizer \
1445
1463
                                libcilkrts libvtv
1446
1464
      ifeq ($$(with_objc_gc),yes)
1522
1540
  with_lib64ubsan       := no
1523
1541
  with_lib64vtv         := no
1524
1542
  with_lib64cilkrts     := no
 
1543
  with_lib64mpx         := no
1525
1544
  with_lib64gccdev      := no
1526
1545
  with_lib64cxxdev      := no
1527
1546
  with_lib64objcdev     := no
1548
1567
  with_lib32ubsan       := no
1549
1568
  with_lib32vtv         := no
1550
1569
  with_lib32cilkrts     := no
 
1570
  with_lib32mpx         := no
1551
1571
  with_lib32gccdev      := no
1552
1572
  with_lib32cxxdev      := no
1553
1573
  with_lib32objcdev     := no