From e844fb11c25293ba346a3470fa4ca33184770538 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 6 Aug 2011 16:49:30 +0200 Subject: libtcc: support more than one crtprefix Looks like gcc has that. Oh Deer! --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.3.1