diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:21:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:40:45 +0900 |
| commit | ed054fe7be910c117a6dbcc4bebdf75aae5f2318 (patch) | |
| tree | 79acd48f32c4e1087b767ec1ba9b9f66132e5295 | |
| parent | 33b8372a590d2bc097de45215af28ca4d5ca04c0 (diff) | |
| download | tqca-r14.1.x.tar.gz tqca-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 008b810df3aeadffa0134164715feef8ff55a0f2)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5538749..84cbe54 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) |
