diff src/ecrt0.c @ 96545:4cb0e945175d

Use __sparc__ rather than sparc. (Bug#507.)
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Jul 2008 07:03:07 +0000
parents ddedcecb18ef
children 1307c33f5e9a
line wrap: on
line diff
--- a/src/ecrt0.c	Mon Jul 07 20:39:00 2008 +0000
+++ b/src/ecrt0.c	Tue Jul 08 07:03:07 2008 +0000
@@ -200,7 +200,7 @@
 
 #endif /* not CRT0_DUMMIES */
 
-#ifdef sparc
+#ifdef __sparc__
 asm (".global __start");
 asm (".text");
 asm ("__start:");
@@ -218,7 +218,7 @@
 asm ("	call	__exit");
 asm ("	nop");
 
-#endif /* sparc */
+#endif /* __sparc__ */
 
 #if __FreeBSD__ == 2
 char *__progname;