This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] PPC remove unnescessary -mppc


The explicite use of -mppc and -mpowerpc flags are no longer required.

2003-10-22 Steven Munroe <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc32/Makefile [cflags]: Remove.
	[asm-CPPFLAGS] Remove.
	* sysdeps/powerpc/powerpc64/Makefile [cflags]: Remove.
	[asm-CPPFLAGS] Remove.
diff -urN libc23-cvstip-20031018/sysdeps/powerpc/powerpc32/Makefile libc23/sysdeps/powerpc/powerpc32/Makefile
--- libc23-cvstip-20031018/sysdeps/powerpc/powerpc32/Makefile	2003-01-27 15:02:01.000000000 -0600
+++ libc23/sysdeps/powerpc/powerpc32/Makefile	2003-10-22 10:06:34.000000000 -0500
@@ -1,8 +1,5 @@
 # Powerpc32 specific build options.
 
-+cflags += -Wa,-mppc -mpowerpc
-asm-CPPFLAGS += -Wa,-mppc
-
 ifeq ($(with-fp),no)
 +cflags += -msoft-float
 sysdep-LDFLAGS += -msoft-float
diff -urN libc23-cvstip-20031018/sysdeps/powerpc/powerpc64/Makefile libc23/sysdeps/powerpc/powerpc64/Makefile
--- libc23-cvstip-20031018/sysdeps/powerpc/powerpc64/Makefile	2002-09-27 14:44:16.000000000 -0500
+++ libc23/sysdeps/powerpc/powerpc64/Makefile	2003-10-22 10:06:21.000000000 -0500
@@ -1,9 +1,6 @@
 # Powerpc64 specific build options.
 # this is ./sysdeps/powerpc/powerpc64/Makefile
 
-+cflags += -Wa,-mppc64 -mpowerpc64
-asm-CPPFLAGS += -Wa,-mppc64
-
 # Each TOC entry takes 8 bytes and the TOC holds up to 2^16 bytes,
 # or 8192 entries.
 # If -fpic is not specified, the latest gcc-3.2.1 now generates

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]