From da0601e49076d97681e9f3107f563339bf718d6a Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 8 Jan 2014 21:32:53 +0800 Subject: [PATCH] Remove WITHOUT_LIBTCC macro: no more user --- tccelf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tccelf.c b/tccelf.c index 4711aa23..aec221cd 100644 --- a/tccelf.c +++ b/tccelf.c @@ -1365,11 +1365,9 @@ ST_FUNC void tcc_add_runtime(TCCState *s1) #ifdef CONFIG_USE_LIBGCC if (!s1->static_link) tcc_add_file(s1, TCC_LIBGCC); -#if !defined WITHOUT_LIBTCC else tcc_add_support(s1, "libtcc1.a"); -#endif -#elif !defined WITHOUT_LIBTCC +#else tcc_add_support(s1, "libtcc1.a"); #endif /* add crt end if not memory output */