diff options
| author | Henry Kroll III <henry@comptune.com> | 2010-12-02 03:08:57 -0800 |
|---|---|---|
| committer | Henry Kroll III <henry@comptune.com> | 2010-12-02 03:08:57 -0800 |
| commit | a2779556b49c101d95f1b7a42f61a285a3898ae6 (patch) | |
| tree | 3db0f3df8fe8f6540686c862d18562b234c92c53 /configure | |
| parent | 03b23994f190679cd0ac7b995beda5f9af367ecd (diff) | |
| download | tinycc-a2779556b49c101d95f1b7a42f61a285a3898ae6.tar.gz tinycc-a2779556b49c101d95f1b7a42f61a285a3898ae6.tar.bz2 | |
split cross libtcc1.a to separate directories
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -131,8 +131,8 @@ for opt do ;; --enable-gprof) gprof="yes" ;; - --enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-" - ;; + --enable-mingw32) mingw32="yes" ; cross_prefix="i686-pc-mingw32-" ; cpu=x86 + ;; --enable-cross) build_cross="yes" ;; --disable-static) disable_static="yes" @@ -242,7 +242,10 @@ echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" 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 libtcc1.a" +echo " --with-libgcc use /lib/libgcc_s.so.1 instead of libtcc.a" +echo " --enable-mingw32 build windows version with mingw32" +echo " --extra-cflags= extra compiler flags" +echo " --extra-ldflags= extra linker options" echo " --with-selinux use mmap instead of exec mem" echo " [requires write access to /tmp]" echo "" |
