~ubuntu-branches/ubuntu/intrepid/glibc/intrepid

« back to all changes in this revision

Viewing changes to debian/sysdeps/mipsel.mk

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-04-03 21:50:42 UTC
  • Revision ID: james.westby@ubuntu.com-20080403215042-nstfsfokfxagm2k8
Tags: 2.7-10ubuntu1
* Merge remaining changes from 2.7-10 (r2869:2892).
* If RELEASE_UPGRADE_MODE is set to `desktop', make the glibc/restart-services,
  glibc/restart-failed and glibc/upgrade questions of medium priority (and
  restarting the services automatically).  LP: #174002.
  Works as well around the upgrade errors mentioned in LP #205079 in a KDE
  environment, when the upgrade is done using the update-manager.
* debian/rules: Always use the package settings for *FLAGS, not the settings
  from the environment.
* Fail the build if regressions are found running the testsuite compared to
  expected results from debian/expected_test_summary. Take initial values
  from a PPA build predating this upload.
* Merge from Debian trunk:
  - local/manpages/ld.so.8: fix libraries search order.  Closes: #473458.
  - Update Finish debconf translation, by Esko Arajärvi.  Closes: #473802.
  - Add any/cvs-strerror_r.diff to make strerror_r actually thread safe.
    Closes: #456531.
* debian/rules.d/build.mk: Call `sync' before building the tarball of
  supported locales. Our buildds trigger http://lkml.org/lkml/2007/8/1/337
  on every build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
libc_add-ons = ports nptl $(add-ons)
2
2
 
3
3
# build 32-bit (n32) alternative library
4
 
# GLIBC_PASSES += mipsn32
5
 
# DEB_ARCH_REGULAR_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 
4
GLIBC_PASSES += mipsn32
 
5
DEB_ARCH_REGULAR_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
6
6
mipsn32_add-ons = ports nptl $(add-ons)
7
7
mipsn32_configure_target = mips32-linux
8
8
mipsn32_CC = $(CC) -mabi=n32
14
14
mipsn32_extra_config_options := $(extra_config_options) --disable-profile
15
15
 
16
16
# build 64-bit alternative library
17
 
# GLIBC_PASSES += mips64
18
 
# DEB_ARCH_REGULAR_PACKAGES += libc6-mips64 libc6-dev-mips64
 
17
GLIBC_PASSES += mips64
 
18
DEB_ARCH_REGULAR_PACKAGES += libc6-mips64 libc6-dev-mips64
19
19
mips64_add-ons = ports nptl $(add-ons)
20
20
mips64_configure_target = mips64-linux
21
21
mips64_CC = $(CC) -mabi=64