diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-06-01 21:19:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-06-01 21:19:28 +0000 |
commit | ea32bcdd3d567a61617bbe0ec8099c79c46f2489 (patch) | |
tree | 3620e210396506c04bcca485d708c1b3c1d4d42f /sysdeps/unix/sysv/linux/powerpc/powerpc32 | |
parent | 88a4576f50b0b7f71c28f7e3d37f8ac2016fa132 (diff) | |
download | glibc-ea32bcdd3d567a61617bbe0ec8099c79c46f2489.tar glibc-ea32bcdd3d567a61617bbe0ec8099c79c46f2489.tar.gz glibc-ea32bcdd3d567a61617bbe0ec8099c79c46f2489.tar.bz2 glibc-ea32bcdd3d567a61617bbe0ec8099c79c46f2489.zip |
Add default-abi definitions for powerpc, s390 and sparc.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile index 966a7689e2..84324aa7e1 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile @@ -1,3 +1,6 @@ +# See Makeconfig regarding the use of default-abi. +default-abi := 32 + ifeq ($(subdir),resource) sysdep_routines += oldgetrlimit64 endif |