From 0c541492e0b6d0369998cd41cb39721350391a87 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 29 May 2006 13:38:00 +0000 Subject: [PATCH] added code to compile with libcore disableadded code to compile with libcore disabled --- ir/be/bemain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ir/be/bemain.c b/ir/be/bemain.c index b783ac139..67b0de214 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -186,6 +186,8 @@ int be_parse_arg(const char *arg) { return -1; } return lc_opt_from_single_arg(be_grp_root, NULL, arg, NULL); +#else + return 0; #endif /* WITH_LIBCORE */ } -- 2.20.1