Add __GCC_NEW_VARARGS__ to preprocessor symbols.
This commit is contained in:
parent
36655da823
commit
c831490751
@ -1,5 +1,5 @@
|
|||||||
/* Configuration for NetBSD Sparc */
|
/* Configuration for NetBSD Sparc */
|
||||||
/* $Id: tm.h,v 1.3 1993/12/05 00:50:22 cgd Exp $ */
|
/* $Id: tm.h,v 1.4 1994/01/10 12:26:10 pk Exp $ */
|
||||||
|
|
||||||
#include "sparc/sparc.h"
|
#include "sparc/sparc.h"
|
||||||
|
|
||||||
@ -7,7 +7,7 @@
|
|||||||
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} %{g:-lg}"
|
#define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} %{g:-lg}"
|
||||||
|
|
||||||
#undef CPP_PREDEFINES
|
#undef CPP_PREDEFINES
|
||||||
#define CPP_PREDEFINES "-Dsparc -D__NetBSD__ -Dunix"
|
#define CPP_PREDEFINES "-Dsparc -D__NetBSD__ -Dunix -D__GCC_NEW_VARARGS__"
|
||||||
/* Provide required defaults for linker -e and -d switches. */
|
/* Provide required defaults for linker -e and -d switches. */
|
||||||
|
|
||||||
#define LINK_SPEC \
|
#define LINK_SPEC \
|
||||||
|
Loading…
Reference in New Issue
Block a user