Skip to content

Commit

Permalink
Merge master jdk8u412-b05 into openj9-staging
Browse files Browse the repository at this point in the history
Conflicts:
	common/autoconf/generated-configure.sh

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Feb 27, 2024
2 parents 5040204 + 28c2c3f commit 76e26ac
Show file tree
Hide file tree
Showing 28 changed files with 23,008 additions and 18,331 deletions.
9 changes: 9 additions & 0 deletions common/autoconf/build-aux/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,13 @@ if [ "x$OUT" = x ]; then
fi
fi

# Test and fix LoongArch64.
if [ "x$OUT" = x ]; then
if [ `uname -s` = Linux ]; then
if [ `uname -m` = loongarch64 ]; then
OUT=loongarch64-unknown-linux-gnu
fi
fi
fi

echo $OUT
Loading

0 comments on commit 76e26ac

Please sign in to comment.