public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Stop using > 6 years deprecated switch (BZ #1037)
@ 2005-06-27 21:44 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2005-06-27 21:44 UTC (permalink / raw)
  To: Roland McGrath; +Cc: Glibc hackers

Hi!

Already gcc 2.95.x preferred -mcpu=v8 over -mv8...

2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>

	[BZ #1037]
	* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
	use -mcpu=v8.

--- libc/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile	31 Aug 2003 17:22:46 -0000	1.11
+++ libc/sysdeps/unix/sysv/linux/sparc/sparc32/Makefile	27 Jun 2005 21:38:44 -0000
@@ -4,7 +4,7 @@ LD += -melf32_sparc
 
 # When I get this to work, this is the right thing
 ifeq ($(subdir),elf)
-CFLAGS-rtld.c += -mv8
+CFLAGS-rtld.c += -mcpu=v8
 #rtld-routines += dl-sysdepsparc
 sysdep-others += lddlibc4
 install-bin += lddlibc4

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-27 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-27 21:44 [PATCH] Stop using > 6 years deprecated switch (BZ #1037) Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).