From 77e4679aec7196a8abb99362a456850591d2062d Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Thu, 25 Nov 2010 10:08:58 -0800 Subject: x86_64: finish biarch path fixup --- tccelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccelf.c') diff --git a/tccelf.c b/tccelf.c index a1ecf95..21a14d5 100644 --- a/tccelf.c +++ b/tccelf.c @@ -1251,7 +1251,7 @@ ST_FUNC void tcc_add_runtime(TCCState *s1) if (!s1->nostdlib) { #ifdef CONFIG_USE_LIBGCC tcc_add_library(s1, "c"); - tcc_add_file(s1, CONFIG_TCC_LDDIR"/libgcc_s.so.1"); + tcc_add_file(s1, CONFIG_SYSROOT CONFIG_TCC_LDDIR"/libgcc_s.so.1"); #else tcc_add_library(s1, "c"); #ifndef WITHOUT_LIBTCC -- cgit v1.3.1