diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:13:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:20:03 +0900 |
| commit | 26c047bf5ced34848e20d0398ccbb6f487133730 (patch) | |
| tree | fa27cdce59fc4a3c37a83bbd0aa422a1648989d2 | |
| parent | bb15b884de1fb835b221a1eb68bdb600e9d1676b (diff) | |
| download | abakus-r14.1.x.tar.gz abakus-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 69585492df3023c4c885d50edeb897c9e29b8dd1)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 97fb72b..037e278 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) |
