Skip to content

Commit db7194e

Browse files
committed
jamvm[2.0.0]: fix build
1 parent 618ce92 commit db7194e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jdk1/jamvm/build

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
export DESTDIR="$1"
44

5+
export CFLAGS="$CFLAGS -D_GNU_SOURCE"
6+
57
# musl doesn't have the fpu_control header files, so
68
# instead we just copy in glibc's header file directly
79
# into the source directory

0 commit comments

Comments
 (0)