summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:19:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:38:52 +0900
commit04967cdfbeb7dd05f70c366c4bf3f4344203db15 (patch)
tree2cb907ea59d2f9443f028744e36428b7ec54831e
parent025229b6a48395e869b71ffdf69af04e5bbd1b6a (diff)
downloadakode-r14.1.x.tar.gz
akode-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 28a1bf8d30ca1bf69d65c0b8052479c6d5584db9)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 2830be9..c29f459 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -12,7 +12,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)