aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorgrischka <grischka>2011-08-06 16:49:30 +0200
committergrischka <grischka>2011-08-06 16:49:30 +0200
commite844fb11c25293ba346a3470fa4ca33184770538 (patch)
tree77f5bae58a5f458b05f3f630e606d9bb3aa6d95d /configure
parente6f3bf7f08e4ca32e66db906a7bb2ccefdc7a54d (diff)
downloadtinycc-e844fb11c25293ba346a3470fa4ca33184770538.tar.gz
tinycc-e844fb11c25293ba346a3470fa4ca33184770538.tar.bz2
libtcc: support more than one crtprefix
Looks like gcc has that. Oh Deer!
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f495ca5..546bc8a 100755
--- a/configure
+++ b/configure
@@ -281,7 +281,7 @@ echo " --with-selinux use mmap instead of exec mem"
echo " [requires write access to /tmp]"
echo " --sysincludepaths=... specify system include paths, colon separated"
echo " --libpaths=... specify system library paths, colon separated"
-echo " --crtprefix=... specify location of crt?.o"
+echo " --crtprefix=... specify locations of crt?.o, colon separated"
echo " --elfinterp=... specify elf interpreter"
echo ""
#echo "NOTE: The object files are build at the place where configure is launched"