From 086c6686ec93cdaf7b6433cffdc4d8403a06f8b6 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 26 Feb 2018 13:41:34 +0100 Subject: Removed no longer needed struct passing. --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec9028ac..01e6cb02 100644 --- a/Makefile +++ b/Makefile @@ -225,8 +225,6 @@ compcert.ini: Makefile.config echo "has_runtime_lib=$(HAS_RUNTIME_LIB)"; \ echo "has_standard_headers=$(HAS_STANDARD_HEADERS)"; \ echo "asm_supports_cfi=$(ASM_SUPPORTS_CFI)"; \ - echo "struct_passing_style=$(STRUCT_PASSING)"; \ - echo "struct_return_style=$(STRUCT_RETURN)"; \ echo "response_file_style=$(RESPONSEFILE)";) \ > compcert.ini -- cgit