X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=e4143dcab3d0e96f4919a21f25f250962d65d3f4;hp=f5c2a53edb3a45f6387fcfa37f7ede293e8e8142;hb=efbc1822d80a8fb04447731bb33d64d3537f8121;hpb=c59b7cfc7a6b67574d38c5c8eb7732bad37236b0 diff --git a/Makefile b/Makefile index f5c2a53..e4143dc 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,7 @@ mips_optflags = -O3 -g \ MIPS_CFLAGS = $(mips_optflags) $(flags) -I. -Wall -Wno-unused -Werror MIPS_LD = mips-unknown-elf-gcc -MIPS_LDFLAGS= \ - $(flags) -L$(build)/org/ibex/nestedvm --static \ - -T $(mips2java_root)/src/org/ibex/nestedvm/linker.ld -Wl,--gc-sections +MIPS_LDFLAGS= $(flags) --static -Wl,--gc-sections MIPS_STRIP = mips-unknown-elf-strip # Java compiler/VM settings