Skip to content

Commit ab43ba0

Browse files
committed
8348327: Incorrect march flag when building libsleef/vector_math_neon.c
Reviewed-by: erikj, shade Backport-of: 3ebf889
1 parent 564e0a2 commit ab43ba0

File tree

1 file changed

+2
-2
lines changed
  • make/modules/jdk.incubator.vector

1 file changed

+2
-2
lines changed

make/modules/jdk.incubator.vector/Lib.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -64,7 +64,7 @@ ifeq ($(call isTargetOs, linux)+$(call isTargetCpu, aarch64)+$(INCLUDE_COMPILER2
6464
EXTRA_SRC := libsleef/generated, \
6565
DISABLED_WARNINGS_gcc := unused-function sign-compare tautological-compare ignored-qualifiers, \
6666
DISABLED_WARNINGS_clang := unused-function sign-compare tautological-compare ignored-qualifiers, \
67-
CFLAGS := $(SVE_CFLAGS), \
67+
vector_math_sve.c_CFLAGS := $(SVE_CFLAGS), \
6868
))
6969

7070
TARGETS += $(BUILD_LIBSLEEF)

0 commit comments

Comments
 (0)