Add linux support.
authorDoug Evans <dje@gnu.org>
Thu, 16 Jan 1997 21:54:03 +0000 (21:54 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 16 Jan 1997 21:54:03 +0000 (21:54 +0000)
From-SVN: r13500

gcc/ginclude/va-sparc.h

index 7a39463..6c16929 100644 (file)
@@ -17,7 +17,7 @@ typedef struct {
   __va_greg * __va_next_stack;         /* next extended word on stack */
 } __gnuc_va_list;
 #else
-#ifndef __svr4__
+#if ! defined (__svr4__) && ! defined (__linux__)
 /* This has to be a char * to be compatible with Sun.
    i.e., we have to pass a `va_list' to vsprintf.  */
 typedef char * __gnuc_va_list;