mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Add default-abi definitions for powerpc, s390 and sparc.
This commit is contained in:
parent
88a4576f50
commit
ea32bcdd3d
12
ChangeLog
12
ChangeLog
@ -1,5 +1,17 @@
|
||||
2012-06-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
|
||||
(default-abi): New variable.
|
||||
* sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
|
||||
* sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
|
||||
variable.
|
||||
* sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
|
||||
Likewise.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
|
||||
Likewise.
|
||||
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
|
||||
Likewise.
|
||||
|
||||
* Makeconfig [abi-variants && !default-abi] (default-abi): Remove
|
||||
definition. Document in comment.
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# See Makeconfig regarding the use of default-abi.
|
||||
default-abi := 32
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
sysdep_routines += oldgetrlimit64
|
||||
endif
|
||||
|
2
sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile
Normal file
2
sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
# See Makeconfig regarding the use of default-abi.
|
||||
default-abi := 64
|
@ -1,3 +1,6 @@
|
||||
# See Makeconfig regarding the use of default-abi.
|
||||
default-abi := 32
|
||||
|
||||
ifeq ($(subdir),login)
|
||||
sysdep_routines += utmp32 utmpx32
|
||||
libutil-routines += login32
|
||||
|
@ -1,3 +1,6 @@
|
||||
# See Makeconfig regarding the use of default-abi.
|
||||
default-abi := 64
|
||||
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_headers += sys/elf.h
|
||||
endif
|
||||
|
@ -1,3 +1,6 @@
|
||||
# See Makeconfig regarding the use of default-abi.
|
||||
default-abi := 32
|
||||
|
||||
asm-CPPFLAGS = -D__ASSEMBLY__
|
||||
ASFLAGS-.os += -fPIC
|
||||
LD += -melf32_sparc
|
||||
|
@ -1,2 +1,5 @@
|
||||
# See Makeconfig regarding the use of default-abi.
|
||||
default-abi := 64
|
||||
|
||||
sysdep-CFLAGS += -fcall-used-g6
|
||||
LD += -melf64_sparc
|
||||
|
Loading…
Reference in New Issue
Block a user