Skip to content

Commit

Permalink
8332129: Cross-compile build error after JDK-8283326
Browse files Browse the repository at this point in the history
  • Loading branch information
bulasevich committed May 13, 2024
1 parent 3e3f7cf commit 1958d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/autoconf/flags-ldflags.m4
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ AC_DEFUN([FLAGS_SETUP_LDFLAGS_HELPER],
# Setup LDFLAGS for linking executables
if test "x$TOOLCHAIN_TYPE" = xgcc; then
EXECUTABLE_LDFLAGS="$EXECUTABLE_LDFLAGS -Wl,--allow-shlib-undefined"
# Enabling pie on 32 bit builds prevents the JVM from allocating a continuous
# java heap.
if test "x$OPENJDK_TARGET_CPU_BITS" != "x32"; then
Expand Down

0 comments on commit 1958d3c

Please sign in to comment.