2003-08-26  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/elf/Makefile: New file.
This commit is contained in:
Ulrich Drepper 2003-08-27 04:36:23 +00:00
parent a49daee2ef
commit d54869a971
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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