summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:14:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:20:59 +0900
commitc7e66a02708b399eb226c11f8d8069447179ae61 (patch)
treecdedd0d55cfcd1ab055f0ee8e874f7cf8ffa7dec
parentb8a5392199fe5492b1f9c996cb731bb307c4c63f (diff)
downloadkcpuload-r14.1.x.tar.gz
kcpuload-r14.1.x.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2a500693a16a791c3e34d902ca248ab63bcc7c1a)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 116924c..28fc644 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -9,7 +9,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)