~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/unix/sysv/linux/s390/Makefile

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
64bit-predefine = __s390x__
 
1
syscall-list-variants := 32bit 64bit
 
2
syscall-list-32bit-options := -U__s390x__
 
3
syscall-list-32bit-condition := __WORDSIZE == 32
 
4
syscall-list-64bit-options := -D__s390x__
 
5
syscall-list-64bit-condition := __WORDSIZE == 64
 
6
 
2
7
ifeq ($(subdir),rt)
3
8
librt-routines += rt-sysdep
4
9
endif