Re: adding a new library to hotspot build

2020-05-18 Thread Magnus Ihse Bursie
On 2020-05-18 08:09, Choe, Jiwon wrote: Hello, I am adding code to OpenJDK 14 which uses a library that is currently not part of the JDK build. I put the .a library file in the directory where all other dependencies are (/opt/sysroot/usr/lib/arm-linux-gnueabihf, since I am doing a cross-compile)

adding a new library to hotspot build

2020-05-17 Thread Choe, Jiwon
Hello, I am adding code to OpenJDK 14 which uses a library that is currently not part of the JDK build. I put the .a library file in the directory where all other dependencies are (/opt/sysroot/usr/lib/arm-linux-gnueabihf, since I am doing a cross-compile), and I naively tried to add a reference t