X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=5060835b7438131aaf04d2b8ebd5b3210a1f1185;hb=566f337e1bcf17df41d9a38717b1319eb67bbb39;hp=76fda31ef5fa34c35df49c749e13a402450de590;hpb=3d3ae49d75426c2bc7bdca887bd4769fcef880e9;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 76fda31..5060835 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ JVM: build/JVM/xwt.jar 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="-lSystem -lmathCommon.A upstream/install/powerpc-apple-darwin/lib/crt1.o" +Darwin: ; make gcj platform=Darwin target=powerpc-apple-darwin link_flags="-lSystem -lmathCommon.A" #############################################################################