From ba61fd9cd1367589aad7e8056821f88f2e5b550b Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Wed, 30 Apr 2014 17:35:44 +0800 Subject: rename libtcc1.c --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index 6a41137..b12a713 100644 --- a/tcc.h +++ b/tcc.h @@ -274,7 +274,7 @@ # define DEFAULT_ELFINTERP(s) default_elfinterp(s) #endif -/* library to use with CONFIG_USE_LIBGCC instead of libtcc1.a */ +/* library to use with CONFIG_USE_LIBGCC instead of libcrt.a */ #define TCC_LIBGCC USE_MUADIR(CONFIG_SYSROOT "/" CONFIG_LDDIR) "/libgcc_s.so.1" /* -------------------------------------------- */ -- cgit v1.3.1