mirror of git://sourceware.org/git/glibc.git
Update.
2003-08-26 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc64/elf/Makefile: New file.
This commit is contained in:
parent
a49daee2ef
commit
d54869a971
|
@ -1,3 +1,7 @@
|
|||
2003-08-26 Steven Munroe <sjmunroe@us.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/elf/Makefile: New file.
|
||||
|
||||
2003-08-26 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* login/programs/utmpdump.c (print_entry): Cast tv_usec to long
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
# powerpc64/ELF specific definitions.
|
||||
|
||||
# Need to prevent gcc from using fprs in code used during dynamic linking.
|
||||
|
||||
CFLAGS-dl-runtime.os := -msoft-float
|
||||
CFLAGS-dl-lookup.os := -msoft-float
|
||||
CFLAGS-dl-misc.os := -msoft-float
|
||||
CFLAGS-rtld-mempcpy.os := -msoft-float
|
||||
CFLAGS-rtld-memmove.os := -msoft-float
|
||||
CFLAGS-rtld-memchr.os := -msoft-float
|
||||
CFLAGS-rtld-strnlen.os := -msoft-float
|
Loading…
Reference in New Issue