From cb69923e40a94f9b611874437f00d7d31abf3dd7 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 29 Feb 2012 14:16:04 +0100 Subject: [PATCH] ignore TARGET environment variable (Makefiles tend to set that and confuse cparser) --- main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.c b/main.c index 61566a4..04a6eac 100644 --- a/main.c +++ b/main.c @@ -1113,9 +1113,6 @@ int main(int argc, char **argv) } } - const char *target = getenv("TARGET"); - if (target != NULL) - parse_target_triple(target); if (target_machine == NULL) { target_machine = firm_get_host_machine(); } -- 2.20.1