From 437ac77449d759469ab4d5c8e0f37b80c0ad6e31 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 7 Jul 2015 17:46:50 +0200 Subject: Better define the __GNUC__ macro which avoids the inclusion of va_list header and set the __VA_LIST macro if it is not defined. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4d3e812d..b906e38f 100755 --- a/configure +++ b/configure @@ -113,7 +113,7 @@ case "$target" in struct_return="int1-8" system="diab" cc="${toolprefix}dcc" - cprepro="${toolprefix}dcc -E -D__Iva_list" + cprepro="${toolprefix}dcc -E -D__GNUC__" casm="${toolprefix}das" asm_supports_cfi=false clinker="${toolprefix}dcc" -- cgit