diff options
| author | Henry Kroll III <henry@comptune.com> | 2010-12-02 20:33:11 -0800 |
|---|---|---|
| committer | Henry Kroll III <henry@comptune.com> | 2010-12-02 20:33:11 -0800 |
| commit | 3b8b290a4569a9e0ff4af5be5fbed0648c6e3511 (patch) | |
| tree | 8370a3d241352997041bfae3b6f24591051e4702 | |
| parent | 94e72b16e7d15a2943d9420e86765d6dca71a2f2 (diff) | |
| download | tinycc-3b8b290a4569a9e0ff4af5be5fbed0648c6e3511.tar.gz tinycc-3b8b290a4569a9e0ff4af5be5fbed0648c6e3511.tar.bz2 | |
make cross compilers an expert option in configure --help
| -rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
