From 3b8b290a4569a9e0ff4af5be5fbed0648c6e3511 Mon Sep 17 00:00:00 2001 From: Henry Kroll III Date: Thu, 2 Dec 2010 20:33:11 -0800 Subject: [PATCH] make cross compilers an expert option in configure --help --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f38628fe..7a4bcba7 100755 --- a/configure +++ b/configure @@ -237,7 +237,6 @@ echo " --tccdir=DIR installation directory [EPREFIX/lib/tcc]" echo " --includedir=DIR C header files in DIR [PREFIX/include]" echo " --mandir=DIR man documentation in DIR [PREFIX/man]" echo " --infodir=DIR info documentation in DIR [PREFIX/info]" -echo " --enable-cross build cross compilers" echo "" echo "Advanced options (experts only):" echo " --source-path=PATH path of source code [$source_path]" @@ -246,8 +245,10 @@ echo " --sysroot=PREFIX prepend PREFIX to library/include paths []" echo " --cc=CC use C compiler CC [$cc]" echo " --disable-static make libtcc.so instead of libtcc.a" echo " --with-libgcc use /lib/libgcc_s.so.1 instead of libtcc.a" -echo " --enable-cygwin build windows version on windows with mingw32" echo " --enable-mingw32 build windows version on linux with mingw32" +echo " --enable-cygwin build windows version on windows with cygwin" +echo " [requires cygwin and mingw32-make]" +echo " --enable-cross build cross compilers" echo " --extra-cflags= extra compiler flags" echo " --extra-ldflags= extra linker options" echo " --with-selinux use mmap instead of exec mem" -- 2.11.4.GIT