diff src/ecrt0.c @ 80696:acd89d089f05

Use __sparc__ rather than sparc.
author Glenn Morris <rgm@gnu.org>
date Sun, 10 Aug 2008 02:40:17 +0000
parents fc2bcd2a8aad
children
line wrap: on
line diff
--- a/src/ecrt0.c	Sun Aug 10 02:35:40 2008 +0000
+++ b/src/ecrt0.c	Sun Aug 10 02:40:17 2008 +0000
@@ -582,7 +582,7 @@
 #endif /* elxsi */
 
 
-#ifdef sparc
+#ifdef __sparc__
 asm (".global __start");
 asm (".text");
 asm ("__start:");
@@ -600,7 +600,7 @@
 asm ("	call	__exit");
 asm ("	nop");
 
-#endif /* sparc */
+#endif /* __sparc__ */
 
 #if __FreeBSD__ == 2
 char *__progname;