X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=a5b094f3b6248c55ecc5067008e3aa2a62b28dbc;hb=6440d675cc107ed11bef447596121ced4dcac189;hp=30ae3b43bc2e20e780d83c5fd65d681388384e67;hpb=29058bd93a808918b69221590a44e6fce48e84f8;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 30ae3b4..a5b094f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: find upstream -name config.cache -exec rm {} \; JVM: build/JVM/xwt.jar -Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext" +Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext --static" Solaris: ; make gcj platform=Solaris target=sparc-sun-solaris2.7 link_flags="-lX11 -lXext" Win32: ; make gcj platform=Win32 target=i686-pc-mingw32 link_flags="-Wl,--subsystem,windows -lcomdlg32" target_bin=xwt.exe Darwin: ; make gcj platform=Darwin target=powerpc-apple-darwin link_flags="$(darwin_linker_flags)"