Skip to content
Snippets Groups Projects
Commit fb93e900 authored by Avi Kivity's avatar Avi Kivity
Browse files

Move Java support to java/

parent 2f16972a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
/tests/tst-clock.so: ../../external/glibc-testsuite/build/debug/rt/tst-clock.so
/tests/tst-ramdisk.so: ./tests/tst-ramdisk.so
/java/Hello.class: ./tests/hello/Hello.class
/java.so: java.so
/java/RunJar.class: ./RunJar.class
/java.so: java/java.so
/java/RunJar.class: java/RunJar.class
/bench.jar: tests/bench/bench.jar
#/tests/read01.so: ../../external/ltp/build/debug/syscalls/read/read01.so
......@@ -68,7 +68,7 @@ tests += tests/bench/bench.jar
tests/hello/Hello.class: javabase=tests/hello
RunJar.class: javabase=.
java/RunJar.class: javabase=java
tests/tst-pthread.so: tests/tst-pthread.o
tests/tst-ramdisk.so: tests/tst-ramdisk.o
......@@ -166,11 +166,11 @@ jdkbase := $(shell find $(src)/external/openjdk.bin/usr/lib/jvm \
glibcbase = $(src)/external/glibc.bin
gccbase = $(src)/external/gcc.bin
java.so: java.o
java/java.so: java/java.o
java.o: CXXFLAGS += -fPIC
java/java.o: CXXFLAGS += -fPIC
bootfs.bin: scripts/mkbootfs.py bootfs.manifest $(tests) java.so RunJar.class
bootfs.bin: scripts/mkbootfs.py bootfs.manifest $(tests) java/java.so java/RunJar.class
$(call quiet, $(src)/scripts/mkbootfs.py -o $@ -d $@.d -m $(src)/bootfs.manifest \
-D jdkbase=$(jdkbase) -D gccbase=$(gccbase) -D \
glibcbase=$(glibcbase), MKBOOTFS $@)
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment