[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r6118 - in /fsf/trunk/libc: ChangeLog sysdeps/sparc/sparc32/Makefile sysdeps/sparc/sparc64/Makefile



Author: eglibc
Date: Wed May  7 00:04:47 2008
New Revision: 6118

Log:
Import glibc-mainline for 2008-05-07

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/sysdeps/sparc/sparc32/Makefile
    fsf/trunk/libc/sysdeps/sparc/sparc64/Makefile

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Wed May  7 00:04:47 2008
@@ -1,3 +1,8 @@
+2008-05-05  David S. Miller  <davem@xxxxxxxxxxxxx>
+
+	* sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
+	* sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
+
 2007-09-14  Samuel Thibault  <samuel.thibault@xxxxxxxxxxxx>
 
 	Fix termios bit macros.

Modified: fsf/trunk/libc/sysdeps/sparc/sparc32/Makefile
==============================================================================
--- fsf/trunk/libc/sysdeps/sparc/sparc32/Makefile (original)
+++ fsf/trunk/libc/sysdeps/sparc/sparc32/Makefile Wed May  7 00:04:47 2008
@@ -19,6 +19,10 @@
 ifeq ($(subdir),gnulib)
 sysdep_routines = dotmul umul $(divrem) alloca
 endif	# gnulib
+
+ifeq ($(subdir),csu)
+CFLAGS-initfini.s += -mcpu=v7
+endif
 
 # We distribute these files, even though they are generated,
 # so as to avoid the need for a functioning m4 to build the library.

Modified: fsf/trunk/libc/sysdeps/sparc/sparc64/Makefile
==============================================================================
Binary files - no diff available.