summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:55:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:41:35 +0900
commit8c4f434d2769554c6d46e6e569b247961be64e82 (patch)
treef6b56e526d235cab621699a6c374d36197801b57
parentb56694a2d3fbe3b408c7b11fc720d2ae89a83ef4 (diff)
downloadkbiff-r14.1.x.tar.gz
kbiff-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 a4665e2b061bcc426e411688fdb61bfd9cc6f19f)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 4e89e3f..02b3fea 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)