mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
make cross compilers an expert option in configure --help
This commit is contained in:
parent
94e72b16e7
commit
3b8b290a45
5
configure
vendored
5
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user