Skip to content

Commit 60fc49d

Browse files
committed
svm/libcontainer: move svm specific files to src/svm
1 parent a368984 commit 60fc49d

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

substratevm/mx.substratevm/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,11 +870,11 @@
870870
# include dirs
871871
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot",
872872
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot/share",
873-
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot/svm",
874-
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot/svm/share",
875873
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot/os/linux",
876874
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot/os/posix",
877875
"-I<path:com.oracle.svm.native.libcontainer>/src/hotspot/os/posix/include",
876+
"-I<path:com.oracle.svm.native.libcontainer>/src/svm",
877+
"-I<path:com.oracle.svm.native.libcontainer>/src/svm/share",
878878
# HotSpot standard flags
879879
# See https://github.com/openjdk/jdk/blob/master/make/autoconf/flags-cflags.m4
880880
# C++ standard

substratevm/src/com.oracle.svm.native.libcontainer/ninja.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
root = .
2626
builddir = build
2727

28-
includes = -Isrc/hotspot -Isrc/hotspot/share -Isrc/hotspot/svm -Isrc/hotspot/svm/share
28+
includes = -Isrc/hotspot -Isrc/hotspot/share -Isrc/svm -Isrc/svm/share
2929
includes_linux = $includes -Isrc/hotspot/os/linux -Isrc/hotspot/os/posix -Isrc/hotspot/os/posix/include
3030
defines_linux = -DNATIVE_IMAGE -DLINUX -DINCLUDE_SUFFIX_COMPILER=_gcc -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS
3131

0 commit comments

Comments
 (0)