Skip to content

Commit e05fb9d

Browse files
committed
[scripts] apply barrier patch in fetch stage
1 parent 2ed0334 commit e05fb9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/fetch.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ cd "$JDKDIR"
1515
patch -p1 < "$SCRIPTDIR/ev3.patch"
1616
# - use the system-provided floating point implementation
1717
patch -p1 < "$SCRIPTDIR/float.patch"
18+
# - remove illegal memory barriers on armv5
19+
patch -p1 < "$SCRIPTDIR/barrier.patch"
1820

0 commit comments

Comments
 (0)