Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit 435dc3e

Browse files
resolve conflict
1 parent e0dd87d commit 435dc3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

make/autoconf/flags-cflags.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,12 +640,8 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_HELPER],
640640
# JDK libraries.
641641
STATIC_LIBS_CFLAGS="-DSTATIC_BUILD=1"
642642
if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then
643-
<<<<<<< HEAD
644-
STATIC_LIBS_CFLAGS="$STATIC_LIBS_CFLAGS -ffunction-sections -fdata-sections"
645-
=======
646643
STATIC_LIBS_CFLAGS="$STATIC_LIBS_CFLAGS -ffunction-sections -fdata-sections \
647644
-DJNIEXPORT='__attribute__((visibility(\"default\")))'"
648-
>>>>>>> jdk-17.0.7+7
649645
else
650646
STATIC_LIBS_CFLAGS="$STATIC_LIBS_CFLAGS -DJNIEXPORT="
651647
fi

0 commit comments

Comments
 (0)