We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e3ac1 commit ac64b9cCopy full SHA for ac64b9c
visualvm/libs.profiler/lib.profiler/native/build/buildnative-linuxarm.sh
@@ -31,7 +31,7 @@ BuildForJDK()
31
ARCH_TOOLS=$4
32
ARCH_FLAGS=$5
33
echo $JAVA_HOME $JDK_ID $ARCH_DIR $ARCH_TOOLS $ARCH_FLAGS
34
- $ARCH_TOOLS/bin/gcc -I$JAVA_HOME/include -I$JAVA_HOME/include/linux -DLINUX -pthread -fPIC -shared -O3 $ARCH_FLAGS -Wall \
+ $ARCH_TOOLS-gcc -I$JAVA_HOME/include -I$JAVA_HOME/include/linux -DLINUX -pthread -fPIC -shared -O3 $ARCH_FLAGS -Wall \
35
-o ../../release/lib/deployed/$JDK_ID/$ARCH_DIR/libprofilerinterface.so \
36
../src-jdk15/class_file_cache.c \
37
../src-jdk15/attach.c \
0 commit comments