aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorjiang <30155751@qq.com>2014-04-30 17:35:44 +0800
committerjiang <30155751@qq.com>2014-04-30 17:35:44 +0800
commitba61fd9cd1367589aad7e8056821f88f2e5b550b (patch)
tree2f9962d155b37715a634521237442043436d0cd8 /tcc.h
parent5af0ea7fb8d6b2b2a2d3833caad5eda4b43ef595 (diff)
downloadtinycc-ba61fd9cd1367589aad7e8056821f88f2e5b550b.tar.gz
tinycc-ba61fd9cd1367589aad7e8056821f88f2e5b550b.tar.bz2
rename libtcc1.c
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 1 insertions, 1 deletions
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"
/* -------------------------------------------- */