summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:20:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:20:22 +0900
commit80ad591b7b1f8576dc7b227631faba5f576ad395 (patch)
tree076a49ff19f50d6f80dc3f5de4a59d6f6ee26715
parent36494a76f10d2def963eb984dd3815d90a41d02c (diff)
downloadlibart-lgpl-master.tar.gz
libart-lgpl-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index c536d41..72f21cf 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -7,7 +7,7 @@
###########################################
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)